This commit is contained in:
ecdsa 2013-04-06 23:35:07 +02:00
parent 8ff7697e22
commit 62ff508eba
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ class ElectrumWindow(QMainWindow):
tx_hash = tx.hash()
if tx_hash in self.wallet.transactions.keys():
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:
time_str = datetime.datetime.fromtimestamp(timestamp).isoformat(' ')[:-3]