File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -531,8 +531,9 @@ pub struct ProbabilisticScoringFeeParameters {
531
531
///
532
532
/// `-log10(success_probability) * liquidity_penalty_multiplier_msat`
533
533
///
534
- /// In testing, this scoring model performs that the historical scoring model configured with
535
- /// the [`historical_liquidity_penalty_multiplier_msat`] and thus is disabled by default.
534
+ /// In testing, this scoring model performs much worse than the historical scoring model
535
+ /// configured with the [`historical_liquidity_penalty_multiplier_msat`] and thus is disabled
536
+ /// by default.
536
537
///
537
538
/// Default value: 0 msat
538
539
///
@@ -557,9 +558,9 @@ pub struct ProbabilisticScoringFeeParameters {
557
558
/// probabilities, the multiplier will have a decreasing effect as the negative `log10` will
558
559
/// fall below `1`.
559
560
///
560
- /// In testing, this scoring model performs that the historical scoring model configured with
561
- /// the [`historical_liquidity_penalty_amount_multiplier_msat`] and thus is disabled by
562
- /// default.
561
+ /// In testing, this scoring model performs much worse than the historical scoring model
562
+ /// configured with the [`historical_liquidity_penalty_amount_multiplier_msat`] and thus is
563
+ /// disabled by default.
563
564
///
564
565
/// Default value: 0 msat
565
566
///
You can’t perform that action at this time.
0 commit comments