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 88ec1d3 commit fe2f6b2Copy full SHA for fe2f6b2
lightning/src/util/config.rs
@@ -401,7 +401,7 @@ pub struct ChannelConfig {
401
/// HTLCs. Useful for liquidity providers to offload on-chain channel costs to end users.
402
///
403
/// Usage:
404
- /// - The payee will set this option and set its invoice route hints to use [`intercept scids`]
+ /// - The payee will set this option and set its invoice route hints to use [intercept scids]
405
/// generated by this channel's counterparty.
406
/// - The counterparty will get an [`HTLCIntercepted`] event upon payment forward, and call
407
/// [`forward_intercepted_htlc`] with less than the amount provided in
0 commit comments