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.
1 parent 61a4a29 commit d9d73eaCopy full SHA for d9d73ea
lightning/src/routing/router.rs
@@ -949,7 +949,7 @@ impl PaymentParameters {
949
max_total_cltv_expiry_delta: params_config.max_total_cltv_expiry_delta,
950
max_path_count: params_config.max_path_count,
951
max_channel_saturation_power_of_half: params_config.max_channel_saturation_power_of_half,
952
- .. self
+ ..self
953
}
954
955
0 commit comments