Skip to content

Commit

Permalink
f lol space
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Jan 23, 2023
1 parent 8c8e18e commit d3ec643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/routing/scoring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ impl<G: Deref<Target = NetworkGraph<L>>, L: Deref, T: Time> ProbabilisticScorerU
/// payment over the channel with `scid` towards the given `target` node.
///
/// Returns two sets of 8 buckets. The first set describes the octiles for lower-bound
/// liquidity estimates, the second set describes the octiles forupper-bound liquidity
/// liquidity estimates, the second set describes the octiles for upper-bound liquidity
/// estimates. Each bucket describes the relative frequency at which we've seen a liquidity
/// bound in the octile relative to the channel's total capacity, on an arbitrary scale.
/// Because the values are slowly decayed, more recent data points are weighted more heavily
Expand Down

0 comments on commit d3ec643

Please sign in to comment.