Skip to content

Commit 31859bf

Browse files
committed
f engrish
1 parent 0a042a8 commit 31859bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/router.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3480,7 +3480,7 @@ mod tests {
34803480
fn min_criteria_consistency() {
34813481
// Test that we don't use an inconsistent metric between updating and walking nodes during
34823482
// our Dijkstra's pass. In the initial version of MPP, the "best source" for a given node
3483-
// was updated with a different critera from the heap sorting, resulting in loops in
3483+
// was updated with a different criterion from the heap sorting, resulting in loops in
34843484
// calculated paths. We test for that specific case here.
34853485

34863486
// We construct a network that looks like this:

0 commit comments

Comments
 (0)