tfix - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit f6899fd8bb663b11af38792e6963feb5ebd8a440 DIR parent 31a32d423f8aeb4d188bb1779b928496c7b16395 HTML Author: ecdsa <ecdsa@github> Date: Sat, 6 Apr 2013 21:20:23 +0200 fix Diffstat: M gui/gui_gtk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/gui_gtk.py b/gui/gui_gtk.py t@@ -1191,7 +1191,7 @@ class ElectrumWindow: import datetime if not tx_hash: return '' tx = self.wallet.transactions.get(tx_hash) - is_mine, v, fee = self.wallet.get_tx_value(tx) + is_relevant, is_mine, v, fee = self.wallet.get_tx_value(tx) conf, timestamp = self.wallet.verifier.get_confirmations(tx_hash) if timestamp: