File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -566,13 +566,13 @@ pub struct ProbabilisticScoringParameters {
566
566
///
567
567
/// `-log10(success_probability) * amount_penalty_multiplier_msat * amount_msat / 2^20`
568
568
///
569
- /// In practice, this means for 0.1 success probability (i.e., `-log10 == 1`) each `2^20`th of
569
+ /// In practice, this means for 0.1 success probability (`-log10(0.1) == 1`) each `2^20`th of
570
570
/// the amount will result in a penalty of the multiplier. And, as the success probability
571
571
/// decreases, the negative `log10` weighting will increase dramatically. For higher success
572
572
/// probabilities, the multiplier will have a decreasing effect as the negative `log10` will
573
573
/// fall below `1`.
574
574
///
575
- /// Default value: 256
575
+ /// Default value: 256 msat
576
576
pub amount_penalty_multiplier_msat : u64 ,
577
577
}
578
578
You can’t perform that action at this time.
0 commit comments