Skip to content

Commit 390dd97

Browse files
committed
f drop `s
1 parent 420ab8a commit 390dd97

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
@@ -527,7 +527,7 @@ pub(crate) const MAX_LOCAL_BREAKDOWN_TIMEOUT: u16 = 2 * 6 * 24 * 7;
527527
///
528528
/// This can be increased (but not decreased) through [`ChannelConfig::cltv_expiry_delta`]
529529
///
530-
/// [`ChannelConfig::cltv_expiry_delta`]: `crate::util::config::ChannelConfig::cltv_expiry_delta`
530+
/// [`ChannelConfig::cltv_expiry_delta`]: crate::util::config::ChannelConfig::cltv_expiry_delta
531531
// This should always be a few blocks greater than channelmonitor::CLTV_CLAIM_BUFFER,
532532
// ie the node we forwarded the payment on to should always have enough room to reliably time out
533533
// the HTLC via a full update_fail_htlc/commitment_signed dance before we hit the

0 commit comments

Comments
 (0)