Skip to content

Commit a21bb65

Browse files
committed
f sp
1 parent efa2daf commit a21bb65

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
@@ -803,7 +803,7 @@ impl<G: Deref<Target = NetworkGraph<L>>, L: Deref, T: Time> ProbabilisticScorerU
803803
/// relative to the channel's total capacity is calculated by dividing that bucket's value with
804804
/// the total of all buckets for the given bound.
805805
///
806-
/// For example, a value of `[0, 0, 0, 0, 0, 0, 32]` indicates that we belive the probability
806+
/// For example, a value of `[0, 0, 0, 0, 0, 0, 32]` indicates that we believe the probability
807807
/// of a bound being in the top octile to be 100%, and have never (recently) seen it in any
808808
/// other octiles. A value of `[31, 0, 0, 0, 0, 0, 0, 32]` indicates we've seen the bound being
809809
/// both in the top and bottom octile, and roughly with similar (recent) frequency.

0 commit comments

Comments
 (0)