Skip to content

Commit b2cb387

Browse files
committed
f fix bucket count in comment
1 parent aab9973 commit b2cb387

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
@@ -1684,7 +1684,7 @@ mod bucketed_history {
16841684
}
16851685

16861686
/// Tracks the historical state of a distribution as a weighted average of how much time was spent
1687-
/// in each of 8 buckets.
1687+
/// in each of 32 buckets.
16881688
#[derive(Clone, Copy)]
16891689
pub(super) struct HistoricalBucketRangeTracker {
16901690
buckets: [u16; 32],

0 commit comments

Comments
 (0)