File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -413,13 +413,12 @@ pub struct ProbabilisticScoringParameters {
413
413
/// capacity.
414
414
///
415
415
/// Because halving the liquidity bounds grows the uncertainty on the channel's liquidity,
416
- /// penalties for payments that are within the liquidity bounds will be decreased. See the
417
- /// [`ProbabilisticScorer`] struct documentation for more info on the way the liquidity bounds
418
- /// are used.
416
+ /// the penalty for an amount within the new bounds may change. See the [`ProbabilisticScorer`]
417
+ /// struct documentation for more info on the way the liquidity bounds are used.
419
418
///
420
- /// For example, if the channel's capacity is 1 million sats, and the current upper- and lower-
421
- /// liquidity bounds are 200,000 sats and 600,000 sats, after this amount of time the upper-
422
- /// and lower- liquidity bounds will be decayed to 100,000 and 800,000 sats.
419
+ /// For example, if the channel's capacity is 1 million sats, and the current upper and lower
420
+ /// liquidity bounds are 200,000 sats and 600,000 sats, after this amount of time the upper
421
+ /// and lower liquidity bounds will be decayed to 100,000 and 800,000 sats.
423
422
///
424
423
/// Default value: hour
425
424
///
You can’t perform that action at this time.
0 commit comments