Browse Source

follow-up previous commit

master
ThomasV 6 years ago
parent
commit
7908f4b203
  1. 1
      electrum/lnchannel.py

1
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

Loading…
Cancel
Save