fix
authorecdsa <ecdsa@github>
Sat, 6 Apr 2013 19:20:23 +0000 (21:20 +0200)
committerecdsa <ecdsa@github>
Sat, 6 Apr 2013 19:20:23 +0000 (21:20 +0200)
gui/gui_gtk.py

index 2cec19b..811753c 100644 (file)
@@ -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: