SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/lnbase.py
|
@ -922,7 +922,7 @@ class Peer(PrintError): |
|
|
|
|
|
|
|
|
def revoke(self, m): |
|
|
def revoke(self, m): |
|
|
rev, _ = m.revoke_current_commitment() |
|
|
rev, _ = m.revoke_current_commitment() |
|
|
self.lnworker.save_channel(chan) |
|
|
self.lnworker.save_channel(m) |
|
|
self.send_message(gen_msg("revoke_and_ack", |
|
|
self.send_message(gen_msg("revoke_and_ack", |
|
|
channel_id=m.channel_id, |
|
|
channel_id=m.channel_id, |
|
|
per_commitment_secret=rev.per_commitment_secret, |
|
|
per_commitment_secret=rev.per_commitment_secret, |
|
|