mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
fix get_balance
This commit is contained in:
parent
12e19d3408
commit
b03028956b
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ See the release notes for more information.""",1)
|
|||
|
||||
def get_balance(self):
|
||||
conf = unconf = 0
|
||||
for addr in self.addresses:
|
||||
for addr in self.all_addresses():
|
||||
c, u = self.get_addr_balance(addr)
|
||||
conf += c
|
||||
unconf += u
|
||||
|
|
Loading…
Add table
Reference in a new issue