We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48f54b commit cdb784fCopy full SHA for cdb784f
lightning/src/routing/scoring.rs
@@ -434,7 +434,7 @@ pub struct ProbabilisticScoringParameters {
434
/// seen a liquidity estimate update for this amount of time, the historical datapoints are
435
/// decayed by half.
436
///
437
- /// Note that 16 or more half lives guarantees that all historical data will be wiped.
+ /// Note that after 16 or more half lives all historical data will be completely gone.
438
439
/// Default value: 14 days
440
pub historical_no_updates_half_life: Duration,
0 commit comments