mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
follow-up previous commit
This commit is contained in:
parent
5785c2fa2f
commit
7908f4b203
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue