Skip to content

Commit 5695195

Browse files
committed
f Drop unit in comment on multiplier
1 parent 7f66048 commit 5695195

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/types.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,7 @@ pub enum MaxDustHTLCExposure {
435435
/// The fixed limit, in millisatoshis.
436436
limit_msat: u64,
437437
},
438-
/// This sets a multiplier on the feerate (in sats/KW) to determine the maximum allowed dust
439-
/// exposure.
438+
/// This sets a multiplier on the feerate to determine the maximum allowed dust exposure.
440439
///
441440
/// Please refer to [`LdkMaxDustHTLCExposure`] for further details.
442441
FeeRateMultiplier {

0 commit comments

Comments
 (0)