diff --git a/lib/commands.py b/lib/commands.py index 478cebb82..0136cf805 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -343,7 +343,7 @@ class Commands: balance = 0 out = [] for item in self.wallet.get_history(): - tx_hash, conf, is_mine, value, fee, balance, timestamp = item + tx_hash, conf, value, timestamp, balance = item try: time_str = datetime.datetime.fromtimestamp( timestamp).isoformat(' ')[:-3] except Exception: