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 a13355f commit 5a5f7d1Copy full SHA for 5a5f7d1
lightning/src/ln/payment_tests.rs
@@ -2736,8 +2736,6 @@ fn retry_multi_path_single_failed_payment() {
2736
let mut pay_params = route.route_params.clone().unwrap().payment_params;
2737
pay_params.previously_failed_channels.push(chans[1].short_channel_id.unwrap());
2738
2739
- // Note that the second request here requests the amount we originally failed to send,
2740
- // not the amount remaining on the full payment, which should be changed.
2741
let mut retry_params = RouteParameters::from_payment_params_and_value(pay_params, 100_000_000);
2742
retry_params.max_total_routing_fee_msat = None;
2743
route.route_params.as_mut().unwrap().final_value_msat = 100_000_000;
0 commit comments