fixed crash in mail

This commit is contained in:
Kevin Froman 2018-08-18 14:38:15 -05:00
parent 953b9f2190
commit 0f8581b399
No known key found for this signature in database
GPG Key ID: 0D414D0FE405B63B
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ class OnionrMail:
except KeyError:
pass
else:
cancel = ''
readBlock.verifySig()
print('Message recieved from %s' % (readBlock.signer,))
print('Valid signature:', readBlock.validSig)