Commit 2f13a42
chanmon_consistency: handle missing channel in splice_out
The splice_out closure can be invoked after the channel has already
been force-closed by a prior opcode. Return early instead of panicking
on unwrap when the channel is no longer listed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 053978a commit 2f13a42
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1452 | 1452 | | |
1453 | 1453 | | |
1454 | 1454 | | |
1455 | | - | |
| 1455 | + | |
1456 | 1456 | | |
1457 | 1457 | | |
1458 | 1458 | | |
1459 | 1459 | | |
1460 | | - | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
1461 | 1464 | | |
1462 | 1465 | | |
1463 | 1466 | | |
| |||
0 commit comments