Skip to content

Commit db3f768

Browse files
f grammar
1 parent d2299f1 commit db3f768

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/util/config.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ pub struct ChannelConfig {
397397
/// [`Normal`]: crate::chain::chaininterface::ConfirmationTarget::Normal
398398
/// [`Background`]: crate::chain::chaininterface::ConfirmationTarget::Background
399399
pub force_close_avoidance_max_fee_satoshis: u64,
400-
/// If set, allows this channel's counterparty to skim an additional fee off of this node's
401-
/// inbound HTLCs. Useful for liquidity providers to offload on-chain channel costs to end users.
400+
/// If set, allows this channel's counterparty to skim an additional fee off this node's inbound
401+
/// HTLCs. Useful for liquidity providers to offload on-chain channel costs to end users.
402402
///
403403
/// Usage:
404404
/// - The payee will set this option and set its invoice route hints to use [`intercept scids`]
@@ -416,7 +416,7 @@ pub struct ChannelConfig {
416416
/// as-expected if this feature is activated, otherwise they may lose money!
417417
///
418418
/// # Note
419-
/// Switching on this config flag may break compatibility with versions of LDK prior to 0.0.116.
419+
/// Switching this config flag on may break compatibility with versions of LDK prior to 0.0.116.
420420
///
421421
/// Default value: false.
422422
///

0 commit comments

Comments
 (0)