mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix:typo
This commit is contained in:
parent
c2a1015aba
commit
543262e29e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ while True:
|
||||||
if item['height']:
|
if item['height']:
|
||||||
confirmed += v
|
confirmed += v
|
||||||
else:
|
else:
|
||||||
uunconfirmed += v
|
unconfirmed += v
|
||||||
print (confirmed+unconfirmed)/1.e8
|
print (confirmed+unconfirmed)/1.e8
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue