follow-up previous commit
This commit is contained in:
@@ -97,6 +97,7 @@ state_transitions = [
|
|||||||
(cs.CLOSING, cs.CLOSED),
|
(cs.CLOSING, cs.CLOSED),
|
||||||
(cs.FORCE_CLOSING, cs.CLOSED),
|
(cs.FORCE_CLOSING, cs.CLOSED),
|
||||||
(cs.CLOSED, cs.REDEEMED),
|
(cs.CLOSED, cs.REDEEMED),
|
||||||
|
(cs.OPENING, cs.REDEEMED), # channel never funded (dropped from mempool)
|
||||||
(cs.PREOPENING, cs.REDEEMED), # channel never funded
|
(cs.PREOPENING, cs.REDEEMED), # channel never funded
|
||||||
]
|
]
|
||||||
del cs # delete as name is ambiguous without context
|
del cs # delete as name is ambiguous without context
|
||||||
|
|||||||
Reference in New Issue
Block a user