electrum

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

commit 7908f4b203a64b84ed00dfe04c98efc6cf0015d2
parent 5785c2fa2f7df705eab653fe40c4aa9520ec0bff
Author: ThomasV <thomasv@electrum.org>
Date:   Mon, 24 Feb 2020 13:02:11 +0100

follow-up previous commit

Diffstat:
Melectrum/lnchannel.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/electrum/lnchannel.py b/electrum/lnchannel.py @@ -97,6 +97,7 @@ state_transitions = [ (cs.CLOSING, cs.CLOSED), (cs.FORCE_CLOSING, cs.CLOSED), (cs.CLOSED, cs.REDEEMED), + (cs.OPENING, cs.REDEEMED), # channel never funded (dropped from mempool) (cs.PREOPENING, cs.REDEEMED), # channel never funded ] del cs # delete as name is ambiguous without context