follow-up previous commit

This commit is contained in:
ThomasV 2020-02-24 13:02:11 +01:00
parent 5785c2fa2f
commit 7908f4b203

View file

@ -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