fix for command line history (EagleTM)
This commit is contained in:
@@ -700,7 +700,7 @@ class Wallet:
|
|||||||
balance = c + u - balance
|
balance = c + u - balance
|
||||||
for tx in history:
|
for tx in history:
|
||||||
tx_hash = tx['tx_hash']
|
tx_hash = tx['tx_hash']
|
||||||
conf, timestamp = self.verifier.get_confirmations(tx_hash) if self.verifier else None
|
conf, timestamp = self.verifier.get_confirmations(tx_hash) if self.verifier else None, None
|
||||||
is_mine, value, fee = self.get_tx_value(tx_hash)
|
is_mine, value, fee = self.get_tx_value(tx_hash)
|
||||||
if value is not None:
|
if value is not None:
|
||||||
balance += value
|
balance += value
|
||||||
|
|||||||
Reference in New Issue
Block a user