mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
fix: display balance of unused addresses
This commit is contained in:
parent
86e867ae30
commit
0ed5699021
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ while True:
|
|||
elif method == 'blockchain.address.get_history':
|
||||
confirmed = unconfirmed = 0
|
||||
h = r.get('result')
|
||||
if not h:
|
||||
if h is None:
|
||||
continue
|
||||
for item in h:
|
||||
v = item['value']
|
||||
|
|
Loading…
Add table
Reference in a new issue