Skip to content

Commit 5a5f7d1

Browse files
committed
f Drop outdated commment
1 parent a13355f commit 5a5f7d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/ln/payment_tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2736,8 +2736,6 @@ fn retry_multi_path_single_failed_payment() {
27362736
let mut pay_params = route.route_params.clone().unwrap().payment_params;
27372737
pay_params.previously_failed_channels.push(chans[1].short_channel_id.unwrap());
27382738

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.
27412739
let mut retry_params = RouteParameters::from_payment_params_and_value(pay_params, 100_000_000);
27422740
retry_params.max_total_routing_fee_msat = None;
27432741
route.route_params.as_mut().unwrap().final_value_msat = 100_000_000;

0 commit comments

Comments
 (0)