File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -566,13 +566,13 @@ pub struct ProbabilisticScoringParameters {
566566 ///
567567 /// `-log10(success_probability) * amount_penalty_multiplier_msat * amount_msat / 2^20`
568568 ///
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
570570 /// the amount will result in a penalty of the multiplier. And, as the success probability
571571 /// decreases, the negative `log10` weighting will increase dramatically. For higher success
572572 /// probabilities, the multiplier will have a decreasing effect as the negative `log10` will
573573 /// fall below `1`.
574574 ///
575- /// Default value: 256
575+ /// Default value: 256 msat
576576 pub amount_penalty_multiplier_msat : u64 ,
577577}
578578
You can’t perform that action at this time.
0 commit comments