This commit is contained in:
thomasv 2012-02-07 17:13:38 +01:00
parent 3b991c7b10
commit 6464684b3b
1 changed files with 2 additions and 2 deletions

View File

@ -1245,8 +1245,8 @@ class BitcoinGUI:
r = self.wallet.receipts.get(tx_hash)
if r:
details += "\n_______________________________________" \
+ "\n\nURI signed by: " + r[0] \
+ '\n\nSigned data: ' + r[2] \
+ '\n\nSigned URI: ' + r[2] \
+ "\n\nSigned by: " + r[0] \
+ '\n\nSignature: ' + r[1]