Skip to content

Commit 7314a91

Browse files
committed
f typo
1 parent ff1d3b6 commit 7314a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ pub const MIN_FINAL_CLTV_EXPIRY: u32 = HTLC_FAIL_BACK_BUFFER + 3;
626626
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;
627627

628628
// 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.
629+
// ChannelMonitor::should_broadcast for a description of why this is needed.
630630
#[deny(const_err)]
631631
#[allow(dead_code)]
632632
const CHECK_CLTV_EXPIRY_SANITY_2: u32 = MIN_CLTV_EXPIRY_DELTA as u32 - LATENCY_GRACE_PERIOD_BLOCKS - 2*CLTV_CLAIM_BUFFER;

0 commit comments

Comments
 (0)