Skip to content

Commit cdb784f

Browse files
committed
f slightly clearer comment
1 parent f48f54b commit cdb784f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/scoring.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ pub struct ProbabilisticScoringParameters {
434434
/// seen a liquidity estimate update for this amount of time, the historical datapoints are
435435
/// decayed by half.
436436
///
437-
/// Note that 16 or more half lives guarantees that all historical data will be wiped.
437+
/// Note that after 16 or more half lives all historical data will be completely gone.
438438
///
439439
/// Default value: 14 days
440440
pub historical_no_updates_half_life: Duration,

0 commit comments

Comments
 (0)