minor
This commit is contained in:
@@ -1245,9 +1245,9 @@ class BitcoinGUI:
|
|||||||
r = self.wallet.receipts.get(tx_hash)
|
r = self.wallet.receipts.get(tx_hash)
|
||||||
if r:
|
if r:
|
||||||
details += "\n_______________________________________" \
|
details += "\n_______________________________________" \
|
||||||
+ "\n\nSigned by: " + r[0] \
|
+ "\n\nURI signed by: " + r[0] \
|
||||||
+ '\n\nSigned data: ' + r[2] \
|
+ '\n\nSigned data: ' + r[2] \
|
||||||
+ '\n\nSignature: ' + r[1]
|
+ '\n\nSignature: ' + r[1]
|
||||||
|
|
||||||
|
|
||||||
self.history_list.prepend( [tx_hash, conf_icon, time_str, label, is_default_label,
|
self.history_list.prepend( [tx_hash, conf_icon, time_str, label, is_default_label,
|
||||||
|
|||||||
Reference in New Issue
Block a user