Skip to content

Commit

Permalink
f Drop outdated commment
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Sep 28, 2023
1 parent a13355f commit 5a5f7d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lightning/src/ln/payment_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2736,8 +2736,6 @@ fn retry_multi_path_single_failed_payment() {
let mut pay_params = route.route_params.clone().unwrap().payment_params;
pay_params.previously_failed_channels.push(chans[1].short_channel_id.unwrap());

// Note that the second request here requests the amount we originally failed to send,
// not the amount remaining on the full payment, which should be changed.
let mut retry_params = RouteParameters::from_payment_params_and_value(pay_params, 100_000_000);
retry_params.max_total_routing_fee_msat = None;
route.route_params.as_mut().unwrap().final_value_msat = 100_000_000;
Expand Down

0 comments on commit 5a5f7d1

Please sign in to comment.