mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
ln: use pending_local_commit while closing (won't be revoked)
This commit is contained in:
parent
e464c989e9
commit
009b56a777
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class LNWorker(PrintError):
|
||||||
# but in this case, we want the current one. So substract one ctn number
|
# but in this case, we want the current one. So substract one ctn number
|
||||||
old_local_state = chan.local_state
|
old_local_state = chan.local_state
|
||||||
chan.local_state=chan.local_state._replace(ctn=chan.local_state.ctn - 1)
|
chan.local_state=chan.local_state._replace(ctn=chan.local_state.ctn - 1)
|
||||||
tx = chan.local_commitment
|
tx = chan.pending_local_commitment
|
||||||
chan.local_state = old_local_state
|
chan.local_state = old_local_state
|
||||||
tx.sign({bh2u(chan.local_config.multisig_key.pubkey): (chan.local_config.multisig_key.privkey, True)})
|
tx.sign({bh2u(chan.local_config.multisig_key.pubkey): (chan.local_config.multisig_key.privkey, True)})
|
||||||
remote_sig = chan.local_state.current_commitment_signature
|
remote_sig = chan.local_state.current_commitment_signature
|
||||||
|
|
Loading…
Add table
Reference in a new issue