electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit c0aee58e4da9efd241663f9e3be90672b02c9119
parent e6a0b641d54b0c6f3b1425ca51714b16690ff49e
Author: ThomasV <thomasv@electrum.org>
Date:   Wed, 17 Oct 2018 19:54:09 +0200

follow-up 3460ba738e

Diffstat:
Melectrum/lnbase.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum/lnbase.py b/electrum/lnbase.py @@ -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')