Commit 3294c46
committed
Allow writing V2 channels that are in a Funded phase
We allow persisting `FundedChannel`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 9739331 commit 3294c46
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9646 | 9646 | | |
9647 | 9647 | | |
9648 | 9648 | | |
9649 | | - | |
| 9649 | + | |
| 9650 | + | |
| 9651 | + | |
| 9652 | + | |
| 9653 | + | |
| 9654 | + | |
| 9655 | + | |
| 9656 | + | |
9650 | 9657 | | |
9651 | 9658 | | |
9652 | 9659 | | |
| |||
0 commit comments