Skip to content

Commit f02d1db

Browse files
committed
f sp
1 parent 098cd32 commit f02d1db

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

lightning/src/routing/scoring.rs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,9 @@ pub struct ProbabilisticScoringFeeParameters {
531531
///
532532
/// `-log10(success_probability) * liquidity_penalty_multiplier_msat`
533533
///
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.
536537
///
537538
/// Default value: 0 msat
538539
///
@@ -557,9 +558,9 @@ pub struct ProbabilisticScoringFeeParameters {
557558
/// probabilities, the multiplier will have a decreasing effect as the negative `log10` will
558559
/// fall below `1`.
559560
///
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.
563564
///
564565
/// Default value: 0 msat
565566
///

0 commit comments

Comments
 (0)