We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b856d80 commit 6ea327eCopy full SHA for 6ea327e
1 file changed
lightning/src/ln/channel.rs
@@ -127,6 +127,8 @@ pub struct AvailableBalances {
127
/// transactions, and includes both the value of all pending HTLCs that are below the dust
128
/// threshold as well as any excess commitment transaction fees that contribute to dust
129
/// exposure.
130
+ ///
131
+ /// See [`ChannelConfig::max_dust_htlc_exposure`] for the config knob that limits this.
132
pub dust_exposure_msat: u64,
133
}
134
0 commit comments