This commit is contained in:
SomberNight 2018-09-24 14:48:10 +02:00
parent be53041966
commit 2ef92a371f
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -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,