Skip to content

Commit cdde853

Browse files
committed
f clarify comment removing extraneous info
1 parent 51b358d commit cdde853

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/routing/scoring.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -778,8 +778,7 @@ impl<G: Deref<Target = NetworkGraph<L>>, L: Deref, T: Time> ProbabilisticScorerU
778778
/// at the edges of a channel's capacity, where it is more likely to sit.
779779
///
780780
/// When scoring, the estimated probability that an upper-/lower-bound lies in a given bucket
781-
/// relative to the channel's total capacity is calculated by dividing that bucket's value with
782-
/// the total of all buckets for the given bound.
781+
/// is calculated by dividing that bucket's value with the total value of all buckets.
783782
///
784783
/// For example, using a lower bucket count for illustrative purposes, a value of
785784
/// `[0, 0, 0, ..., 0, 32]` indicates that we believe the probability of a bound being very

0 commit comments

Comments
 (0)