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 fa4560a commit 420ab8aCopy full SHA for 420ab8a
lightning/src/ln/channelmanager.rs
@@ -525,7 +525,7 @@ pub(crate) const MAX_LOCAL_BREAKDOWN_TIMEOUT: u16 = 2 * 6 * 24 * 7;
525
/// The minimum number of blocks between an inbound HTLC's CLTV and the corresponding outbound
526
/// HTLC's CLTV.
527
///
528
-/// This can be incrased (but not decreased) through [`ChannelConfig::cltv_expiry_delta`]
+/// This can be increased (but not decreased) through [`ChannelConfig::cltv_expiry_delta`]
529
530
/// [`ChannelConfig::cltv_expiry_delta`]: `crate::util::config::ChannelConfig::cltv_expiry_delta`
531
// This should always be a few blocks greater than channelmonitor::CLTV_CLAIM_BUFFER,
0 commit comments