Version: Electrum 2.1.1
According to 'python electrum help history': Returns the transaction history of your wallet
However:
'python electrum history' gives:
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?