mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Merge pull request #149 from polymorphm/tiny-bugfix--history-balance
command ``history`` fail -- if not transactions
This commit is contained in:
commit
95f23ec1ea
1 changed files with 1 additions and 0 deletions
1
electrum
1
electrum
|
@ -563,6 +563,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
if cmd == 'history':
|
if cmd == 'history':
|
||||||
import datetime
|
import datetime
|
||||||
|
balance = 0
|
||||||
for item in wallet.get_tx_history():
|
for item in wallet.get_tx_history():
|
||||||
tx_hash, conf, is_mine, value, fee, balance, timestamp = item
|
tx_hash, conf, is_mine, value, fee, balance, timestamp = item
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue