Commit 4c5751e
committed
Allow writing V2 channels that are in a Funded phase
We allow persisting `Channel`s in a `ChannelState::FundingNegotiated`
only if the holder commitment number has advanced to the second commitment
number.
Currently we don't need new persistence, but we will need to persist
some information such as `tx_signatures` when we allow contributing
funds to dual-funded channels.1 parent ebde818 commit 4c5751e
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9548 | 9548 | | |
9549 | 9549 | | |
9550 | 9550 | | |
9551 | | - | |
| 9551 | + | |
| 9552 | + | |
| 9553 | + | |
| 9554 | + | |
| 9555 | + | |
| 9556 | + | |
| 9557 | + | |
| 9558 | + | |
9552 | 9559 | | |
9553 | 9560 | | |
9554 | 9561 | | |
| |||
0 commit comments