1
0

receipts. 'list' command to list variables.

This commit is contained in:
thomasv
2012-02-03 17:38:43 +01:00
parent 3112385dd1
commit 90cd03e093
3 changed files with 15 additions and 2 deletions

View File

@@ -786,6 +786,7 @@ class BitcoinGUI:
return
try:
self.wallet.verify_message(signing_address, signature, cmd )
self.wallet.receipt = (signing_address, signature, cmd)
except:
self.show_message('Warning: the URI contains a bad signature.\nThe identity of the recipient cannot be verified.')
payto = amount = label = identity = ''