File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -762,6 +762,13 @@ pub struct ProbabilisticScoringFeeParameters {
762762 /// Specifically, the following penalty is applied
763763 /// `probing_diversity_penalty_msat * max(0, (86400 - current time + last update))^2 / 86400^2` is
764764 ///
765+ /// As this is a maximum value, when setting this you should consider it in relation to the
766+ /// other values set to ensure that, at maximum, we strongly avoid paths which we recently
767+ /// tried (similar to if they have a low success probability). For example, you might set this
768+ /// to be the sum of [`Self::base_penalty_msat`] and
769+ /// [`Self::historical_liquidity_penalty_multiplier_msat`] (plus some multiple of their
770+ /// corresponding `amount_multiplier`s).
771+ ///
765772 /// Default value: 0
766773 pub probing_diversity_penalty_msat : u64 ,
767774}
You can’t perform that action at this time.
0 commit comments