Skip to content

Commit 677c2da

Browse files
committed
f sp
1 parent 84d28ee commit 677c2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/payment_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2491,7 +2491,7 @@ fn test_simple_partial_retry() {
24912491
nodes[0].router.expect_find_route(route_params.clone(), Ok(route.clone()));
24922492
let mut second_payment_params = route_params.payment_params.clone();
24932493
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
2494+
// We'll only have one retry left at the end, so we'll helpfully get a max_path_count of 1
24952495
second_payment_params.max_path_count = 1;
24962496
route.paths.remove(0);
24972497
nodes[0].router.expect_find_route(RouteParameters {

0 commit comments

Comments
 (0)