We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cd262 commit 4221929Copy full SHA for 4221929
lightning/src/ln/outbound_payment.rs
@@ -860,7 +860,7 @@ impl OutboundPayments {
860
} => {
861
retry_strategy = *retry;
862
// If max_total_fee is present, update route_params_config with the specified fee.
863
- // This supports the standard behavior during downgrades.
+ // This supports the standard behavior during upgrades.
864
let route_params_config = max_total_fee.map_or(
865
*route_params_config,
866
|fee_msat| route_params_config.with_max_total_routing_fee_msat(fee_msat),
0 commit comments