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 d5bab78 commit f35179fCopy full SHA for f35179f
lightning/src/routing/router.rs
@@ -2434,7 +2434,7 @@ where L::Target: Logger {
2434
2435
#[cfg(all(not(ldk_bench), any(test, fuzzing)))]
2436
if let Some(counter) = $candidate.target_node_counter() {
2437
- // Once we are adding paths backwards from a given target, we've sepected the best
+ // Once we are adding paths backwards from a given target, we've selected the best
2438
// path from that target to the destination and it should no longer change. We thus
2439
// set the best-path selected flag and check that it doesn't change below.
2440
if let Some(node) = &mut dist[counter as usize] {
0 commit comments