File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ pub(crate) const MAX_LOCAL_BREAKDOWN_TIMEOUT: u16 = 2 * 6 * 24 * 7;
529
529
///
530
530
/// [`ChannelConfig::cltv_expiry_delta`]: crate::util::config::ChannelConfig::cltv_expiry_delta
531
531
// This should always be a few blocks greater than channelmonitor::CLTV_CLAIM_BUFFER,
532
- // ie the node we forwarded the payment on to should always have enough room to reliably time out
532
+ // i.e. the node we forwarded the payment on to should always have enough room to reliably time out
533
533
// the HTLC via a full update_fail_htlc/commitment_signed dance before we hit the
534
534
// CLTV_CLAIM_BUFFER point (we static assert that it's at least 3 blocks more).
535
535
pub const MIN_CLTV_EXPIRY_DELTA : u16 = 6 * 6 ;
You can’t perform that action at this time.
0 commit comments