Skip to content

Commit db71b52

Browse files
committed
f: Retain max_total_routing_fee_msat value
1 parent 583d686 commit db71b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/outbound_payment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ impl OutboundPayments {
16291629
retry_strategy,
16301630
route_params_config,
16311631
// Retained for downgrade support.
1632-
max_total_routing_fee_msat: None,
1632+
max_total_routing_fee_msat,
16331633
retryable_invoice_request,
16341634
});
16351635

0 commit comments

Comments
 (0)