mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
(minor) fix typo
This commit is contained in:
parent
34e236c9b6
commit
eaf4810220
1 changed files with 1 additions and 2 deletions
|
@ -644,8 +644,7 @@ class Channel(Logger):
|
|||
"""
|
||||
assert type(whose) is HTLCOwner
|
||||
ctn = self.get_next_ctn(ctx_owner)
|
||||
return self.balance(whose, ctx_owner=ctx_owner, ctn=ctn)
|
||||
- self.unsettled_sent_balance(ctx_owner)
|
||||
return self.balance(whose, ctx_owner=ctx_owner, ctn=ctn) - self.unsettled_sent_balance(ctx_owner)
|
||||
|
||||
def unsettled_sent_balance(self, subject: HTLCOwner = LOCAL):
|
||||
ctn = self.get_next_ctn(subject)
|
||||
|
|
Loading…
Add table
Reference in a new issue