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 7f66048 commit 5695195Copy full SHA for 5695195
src/types.rs
@@ -435,8 +435,7 @@ pub enum MaxDustHTLCExposure {
435
/// The fixed limit, in millisatoshis.
436
limit_msat: u64,
437
},
438
- /// This sets a multiplier on the feerate (in sats/KW) to determine the maximum allowed dust
439
- /// exposure.
+ /// This sets a multiplier on the feerate to determine the maximum allowed dust exposure.
440
///
441
/// Please refer to [`LdkMaxDustHTLCExposure`] for further details.
442
FeeRateMultiplier {
0 commit comments