Skip to content

Commit 4fb50c3

Browse files
committed
f docs
1 parent 48976dd commit 4fb50c3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

lightning/src/routing/scoring.rs

+5-6
Original file line numberDiff line numberDiff line change
@@ -413,13 +413,12 @@ pub struct ProbabilisticScoringParameters {
413413
/// capacity.
414414
///
415415
/// 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.
419418
///
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.
423422
///
424423
/// Default value: hour
425424
///

0 commit comments

Comments
 (0)