Skip to content

Commit f35179f

Browse files
committed
f sp
1 parent d5bab78 commit f35179f

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
@@ -2434,7 +2434,7 @@ where L::Target: Logger {
24342434

24352435
#[cfg(all(not(ldk_bench), any(test, fuzzing)))]
24362436
if let Some(counter) = $candidate.target_node_counter() {
2437-
// Once we are adding paths backwards from a given target, we've sepected the best
2437+
// Once we are adding paths backwards from a given target, we've selected the best
24382438
// path from that target to the destination and it should no longer change. We thus
24392439
// set the best-path selected flag and check that it doesn't change below.
24402440
if let Some(node) = &mut dist[counter as usize] {

0 commit comments

Comments
 (0)