Skip to content

Commit dc2ee04

Browse files
committed
f retry_multi_path_single_failed_payment test
1 parent af86b91 commit dc2ee04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/payment_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2740,6 +2740,7 @@ fn retry_multi_path_single_failed_payment() {
27402740
// not the amount remaining on the full payment, which should be changed.
27412741
let mut retry_params = RouteParameters::from_payment_params_and_value(pay_params, 100_000_001);
27422742
retry_params.max_total_routing_fee_msat = None;
2743+
route.route_params.as_mut().unwrap().final_value_msat = 100_000_000;
27432744
nodes[0].router.expect_find_route(retry_params, Ok(route.clone()));
27442745

27452746
{

0 commit comments

Comments
 (0)