Skip to content

Commit 6ea327e

Browse files
committed
Add config knob reference to dust_exposure_msat docs
1 parent b856d80 commit 6ea327e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lightning/src/ln/channel.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ pub struct AvailableBalances {
127127
/// transactions, and includes both the value of all pending HTLCs that are below the dust
128128
/// threshold as well as any excess commitment transaction fees that contribute to dust
129129
/// exposure.
130+
///
131+
/// See [`ChannelConfig::max_dust_htlc_exposure`] for the config knob that limits this.
130132
pub dust_exposure_msat: u64,
131133
}
132134

0 commit comments

Comments
 (0)