Commit 0bb047f
committed
Keep funding confirmed through test reorgs
The test gave funding six confirmations while allowing six-block
reorgs. That drops regular channel funding to zero confirmations and
changes the scenario from a close reorg into a funding force-close.
rust-lightning PR #4231 keeps trusted zero-conf channels open after
funding is reorged out, but regular channels still force-close at zero
confirmations. Mine one extra block so the deepest reorg leaves one
confirmation.
Preserve the CI counterexample that exposed this boundary.
Co-Authored-By: HAL 90001 parent 150f370 commit 0bb047f
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
0 commit comments