Skip to content

Commit e08c2ff

Browse files
committed
s - 144 blocks instead of 72
1 parent c89e54e commit e08c2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ pub(crate) const COINBASE_MATURITY: u32 = 100;
14241424
/// The number of blocks to wait for a channel_announcement to propagate such that payments using an
14251425
/// older SCID can still be relayed. Once the spend of the previous funding transaction has reached
14261426
/// this number of confirmations, the corresponding SCID will be forgotten.
1427-
const CHANNEL_ANNOUNCEMENT_PROPAGATION_DELAY: u32 = 72;
1427+
const CHANNEL_ANNOUNCEMENT_PROPAGATION_DELAY: u32 = 144;
14281428

14291429
struct PendingChannelMonitorUpdate {
14301430
update: ChannelMonitorUpdate,

0 commit comments

Comments
 (0)