removed pubkey pow and bug fixes

This commit is contained in:
Kevin Froman 2018-11-03 00:06:04 -05:00
parent f270d3c522
commit a31a0fd264
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
3 changed files with 2 additions and 26 deletions

View file

@ -131,7 +131,7 @@ class OnionrMail:
else:
cancel = ''
readBlock.verifySig()
print('Message recieved from %s' % (readBlock.signer,))
print('Message recieved from %s' % (self.myCore._utils.bytesToStr(readBlock.signer,)))
print('Valid signature:', readBlock.validSig)
if not readBlock.validSig:
logger.warn('This message has an INVALID signature. ANYONE could have sent this message.')