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.
mpp_retry_overpay
1 parent 48d688d commit 5167adbCopy full SHA for 5167adb
lightning/src/ln/payment_tests.rs
@@ -253,6 +253,7 @@ fn mpp_retry_overpay() {
253
254
route.paths.remove(0);
255
route_params.final_value_msat -= first_path_value;
256
+ route.route_params.as_mut().map(|p| p.final_value_msat -= first_path_value);
257
route_params.payment_params.previously_failed_channels.push(chan_4_update.contents.short_channel_id);
258
259
// Check the remaining max total routing fee for the second attempt accounts only for 1_000 msat
0 commit comments