Browse Source

(minor) fix typo

hard-fail-on-bad-server-string
ThomasV 5 years ago
parent
commit
eaf4810220
  1. 3
      electrum/lnchannel.py

3
electrum/lnchannel.py

@ -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…
Cancel
Save