Skip to content

Commit 4221929

Browse files
committed
f: fix comment
1 parent a5cd262 commit 4221929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/outbound_payment.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ impl OutboundPayments {
860860
} => {
861861
retry_strategy = *retry;
862862
// If max_total_fee is present, update route_params_config with the specified fee.
863-
// This supports the standard behavior during downgrades.
863+
// This supports the standard behavior during upgrades.
864864
let route_params_config = max_total_fee.map_or(
865865
*route_params_config,
866866
|fee_msat| route_params_config.with_max_total_routing_fee_msat(fee_msat),

0 commit comments

Comments
 (0)