We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89e54e commit e08c2ffCopy full SHA for e08c2ff
lightning/src/ln/channel.rs
@@ -1424,7 +1424,7 @@ pub(crate) const COINBASE_MATURITY: u32 = 100;
1424
/// The number of blocks to wait for a channel_announcement to propagate such that payments using an
1425
/// older SCID can still be relayed. Once the spend of the previous funding transaction has reached
1426
/// this number of confirmations, the corresponding SCID will be forgotten.
1427
-const CHANNEL_ANNOUNCEMENT_PROPAGATION_DELAY: u32 = 72;
+const CHANNEL_ANNOUNCEMENT_PROPAGATION_DELAY: u32 = 144;
1428
1429
struct PendingChannelMonitorUpdate {
1430
update: ChannelMonitorUpdate,
0 commit comments