Commit db69ec7
committed
Increase CHANNEL_ANNOUNCEMENT_PROPAGATION_DELAY
The spec is being changed to keep around a channel_announcement when the
funding_txo is spent. This allows spliced channels more time to exchange
splice_locked messages before the channel is dropped from the network
graph. While LDK does not drop such channels, it uses this constant to
allow forwarding HTLCs over the channel using SCIDs from previous
funding transactions. Here, the increase from 12 to 144 reflects double
the spec change of 72 blocks.1 parent 22b578b commit db69ec7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1424 | 1424 | | |
1425 | 1425 | | |
1426 | 1426 | | |
1427 | | - | |
| 1427 | + | |
1428 | 1428 | | |
1429 | 1429 | | |
1430 | 1430 | | |
| |||
0 commit comments