Post
Topic
Board Electrum
Topic OP
[SOLVED] Command 'history' gives error.
by
Cryptowatch.com
on 11/05/2015, 03:55:58 UTC
Version: Electrum 2.1.1

According to 'python electrum help history': Returns the transaction history of your wallet

However:

'python electrum history' gives:

Code:
Traceback (most recent call last):
  File "electrum", line 165, in run_command
    result = func(*args[1:])
  File "/path/electrum/Electrum-2.1.1/lib/commands.py", line 346, in history
    tx_hash, conf, is_mine, value, fee, balance, timestamp = item
ValueError: need more than 5 values to unpack

Anyone familiar with this?