mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
fix prev
This commit is contained in:
parent
be53041966
commit
2ef92a371f
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ class Peer(PrintError):
|
|||
|
||||
def revoke(self, m):
|
||||
rev, _ = m.revoke_current_commitment()
|
||||
self.lnworker.save_channel(chan)
|
||||
self.lnworker.save_channel(m)
|
||||
self.send_message(gen_msg("revoke_and_ack",
|
||||
channel_id=m.channel_id,
|
||||
per_commitment_secret=rev.per_commitment_secret,
|
||||
|
|
Loading…
Add table
Reference in a new issue