URI: 
       tfollow-up previous commit - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 7908f4b203a64b84ed00dfe04c98efc6cf0015d2
   DIR parent 5785c2fa2f7df705eab653fe40c4aa9520ec0bff
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Mon, 24 Feb 2020 13:02:11 +0100
       
       follow-up previous commit
       
       Diffstat:
         M electrum/lnchannel.py               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/electrum/lnchannel.py b/electrum/lnchannel.py
       t@@ -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