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 7f5ce72 commit b8566eaCopy full SHA for b8566ea
lightning/src/routing/router.rs
@@ -1076,7 +1076,7 @@ impl_writeable_tlv_based!(RouteParametersConfig, {
1076
1077
impl RouteParametersConfig {
1078
/// Initates an new set of route parameter configs with default parameters.
1079
- pub fn new() -> Self {
+ pub fn default() -> Self {
1080
Self {
1081
max_total_routing_fee_msat: None,
1082
max_total_cltv_expiry_delta: DEFAULT_MAX_TOTAL_CLTV_EXPIRY_DELTA,
0 commit comments