We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a042a8 commit 31859bfCopy full SHA for 31859bf
lightning/src/routing/router.rs
@@ -3480,7 +3480,7 @@ mod tests {
3480
fn min_criteria_consistency() {
3481
// Test that we don't use an inconsistent metric between updating and walking nodes during
3482
// 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
+ // was updated with a different criterion from the heap sorting, resulting in loops in
3484
// calculated paths. We test for that specific case here.
3485
3486
// We construct a network that looks like this:
0 commit comments