tfollow-up 3460ba738e - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit c0aee58e4da9efd241663f9e3be90672b02c9119 DIR parent e6a0b641d54b0c6f3b1425ca51714b16690ff49e HTML Author: ThomasV <thomasv@electrum.org> Date: Wed, 17 Oct 2018 19:54:09 +0200 follow-up 3460ba738e Diffstat: M electrum/lnbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum/lnbase.py b/electrum/lnbase.py t@@ -264,7 +264,7 @@ class Peer(PrintError): self.funding_created, self.revoke_and_ack, self.commitment_signed, self.announcement_signatures, self.closing_signed ]: if chan_id in d: - self.channel_accepted[chan_id].put_nowait({'error':payload['data']}) + d[chan_id].put_nowait({'error':payload['data']}) def on_ping(self, payload): l = int.from_bytes(payload['num_pong_bytes'], 'big')