Skip to content

Commit d3ec643

Browse files
committed
f lol space
1 parent 8c8e18e commit d3ec643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/scoring.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ impl<G: Deref<Target = NetworkGraph<L>>, L: Deref, T: Time> ProbabilisticScorerU
797797
/// payment over the channel with `scid` towards the given `target` node.
798798
///
799799
/// Returns two sets of 8 buckets. The first set describes the octiles for lower-bound
800-
/// liquidity estimates, the second set describes the octiles forupper-bound liquidity
800+
/// liquidity estimates, the second set describes the octiles for upper-bound liquidity
801801
/// estimates. Each bucket describes the relative frequency at which we've seen a liquidity
802802
/// bound in the octile relative to the channel's total capacity, on an arbitrary scale.
803803
/// Because the values are slowly decayed, more recent data points are weighted more heavily

0 commit comments

Comments
 (0)