Skip to content

Commit aab9973

Browse files
committed
f fix LDK version number
1 parent 6119a14 commit aab9973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/routing/scoring.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,8 +1661,8 @@ mod bucketed_history {
16611661
}
16621662
}
16631663

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
1664+
/// Prior to LDK 0.0.116 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.116, however we
16661666
/// support reading the legacy values here for backwards compatibility.
16671667
pub(super) struct LegacyHistoricalBucketRangeTracker {
16681668
buckets: [u16; 8],

0 commit comments

Comments
 (0)