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 ff1d3b6 commit 7314a91Copy full SHA for 7314a91
lightning/src/ln/channelmanager.rs
@@ -626,7 +626,7 @@ pub const MIN_FINAL_CLTV_EXPIRY: u32 = HTLC_FAIL_BACK_BUFFER + 3;
626
const CHECK_CLTV_EXPIRY_SANITY: u32 = MIN_CLTV_EXPIRY_DELTA as u32 - LATENCY_GRACE_PERIOD_BLOCKS - CLTV_CLAIM_BUFFER - ANTI_REORG_DELAY - LATENCY_GRACE_PERIOD_BLOCKS;
627
628
// Check for ability of an attacker to make us fail on-chain by delaying an HTLC claim. See
629
-// ChannelMontior::should_broadcast for a description of why this is needed.
+// ChannelMonitor::should_broadcast for a description of why this is needed.
630
#[deny(const_err)]
631
#[allow(dead_code)]
632
const CHECK_CLTV_EXPIRY_SANITY_2: u32 = MIN_CLTV_EXPIRY_DELTA as u32 - LATENCY_GRACE_PERIOD_BLOCKS - 2*CLTV_CLAIM_BUFFER;
0 commit comments