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 6119a14 commit aab9973Copy full SHA for aab9973
lightning/src/routing/scoring.rs
@@ -1661,8 +1661,8 @@ mod bucketed_history {
1661
}
1662
1663
1664
- /// Prior to LDK 0.0.115 we used eight buckets which were split evenly across the either
1665
- /// octiles. This was changed to use 32 buckets for accuracy reasons in 0.0.115, however we
+ /// Prior to LDK 0.0.116 we used eight buckets which were split evenly across the either
+ /// octiles. This was changed to use 32 buckets for accuracy reasons in 0.0.116, however we
1666
/// support reading the legacy values here for backwards compatibility.
1667
pub(super) struct LegacyHistoricalBucketRangeTracker {
1668
buckets: [u16; 8],
0 commit comments