mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
lnchannel: fix error message
This commit is contained in:
parent
a40207cbbb
commit
5d26f51ad0
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class Channel(PrintError):
|
|||
|
||||
def set_local_commitment(self, ctx):
|
||||
ctn = extract_ctn_from_tx_and_chan(ctx, self)
|
||||
assert self.signature_fits(ctx), (self.log[LOCAL])
|
||||
assert self.signature_fits(ctx), (self.hm.log[LOCAL])
|
||||
self.local_commitment = ctx
|
||||
if self.sweep_address is not None:
|
||||
self.local_sweeptxs = create_sweeptxs_for_our_latest_ctx(self, self.local_commitment, self.sweep_address)
|
||||
|
|
Loading…
Add table
Reference in a new issue