From 3b991c7b10c588fbece46bbf26e0f4e48239ec38 Mon Sep 17 00:00:00 2001 From: thomasv Date: Tue, 7 Feb 2012 17:12:05 +0100 Subject: [PATCH] minor --- client/gui.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/gui.py b/client/gui.py index 91aa13dc..bb881342 100644 --- a/client/gui.py +++ b/client/gui.py @@ -1245,10 +1245,10 @@ class BitcoinGUI: r = self.wallet.receipts.get(tx_hash) if r: details += "\n_______________________________________" \ - + "\n\nSigned by: " + r[0] \ - + '\n\nSigned data: ' + r[2] \ - + '\n\nSignature: ' + r[1] - + + "\n\nURI signed by: " + r[0] \ + + '\n\nSigned data: ' + r[2] \ + + '\n\nSignature: ' + r[1] + self.history_list.prepend( [tx_hash, conf_icon, time_str, label, is_default_label, format_satoshis(v,True), format_satoshis(balance), tooltip, details] )