Skip to content

Commit 6cb2097

Browse files
committed
f sp
1 parent 3552e8a commit 6cb2097

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
@@ -6016,7 +6016,7 @@ pub(crate) mod bench_utils {
60166016
}
60176017
}
60186018

6019-
// Because we've changed channel scores, its possible we'll take different routes to the
6019+
// Because we've changed channel scores, it's possible we'll take different routes to the
60206020
// selected destinations, possibly causing us to fail because, eg, the newly-selected path
60216021
// requires a too-high CLTV delta.
60226022
route_endpoints.retain(|(first_hop, params, amt)| {

0 commit comments

Comments
 (0)