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 84d28ee commit 677c2daCopy full SHA for 677c2da
lightning/src/ln/payment_tests.rs
@@ -2491,7 +2491,7 @@ fn test_simple_partial_retry() {
2491
nodes[0].router.expect_find_route(route_params.clone(), Ok(route.clone()));
2492
let mut second_payment_params = route_params.payment_params.clone();
2493
second_payment_params.previously_failed_channels = vec![chan_2_scid];
2494
- // We'll only have one retry left at the end, so we'll hlepfully get a max_path_count of 1
+ // We'll only have one retry left at the end, so we'll helpfully get a max_path_count of 1
2495
second_payment_params.max_path_count = 1;
2496
route.paths.remove(0);
2497
nodes[0].router.expect_find_route(RouteParameters {
0 commit comments