Commit d3810d2
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 25b1be4 commit d3810d2
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9556 | 9556 | | |
9557 | 9557 | | |
9558 | 9558 | | |
9559 | | - | |
| 9559 | + | |
| 9560 | + | |
| 9561 | + | |
| 9562 | + | |
| 9563 | + | |
| 9564 | + | |
| 9565 | + | |
| 9566 | + | |
9560 | 9567 | | |
9561 | 9568 | | |
9562 | 9569 | | |
| |||
0 commit comments