File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -397,8 +397,8 @@ pub struct ChannelConfig {
397
397
/// [`Normal`]: crate::chain::chaininterface::ConfirmationTarget::Normal
398
398
/// [`Background`]: crate::chain::chaininterface::ConfirmationTarget::Background
399
399
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.
402
402
///
403
403
/// Usage:
404
404
/// - The payee will set this option and set its invoice route hints to use [`intercept scids`]
@@ -416,7 +416,7 @@ pub struct ChannelConfig {
416
416
/// as-expected if this feature is activated, otherwise they may lose money!
417
417
///
418
418
/// # 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.
420
420
///
421
421
/// Default value: false.
422
422
///
You can’t perform that action at this time.
0 commit comments