removed pubkey pow and bug fixes
This commit is contained in:
parent
f270d3c522
commit
a31a0fd264
3 changed files with 2 additions and 26 deletions
|
@ -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.')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue