File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -10475,8 +10475,10 @@ where
10475
10475
/// - `amount_msats` if overpaying what is required for the given `quantity` is desired, and
10476
10476
/// - `payer_note` for [`InvoiceRequest::payer_note`].
10477
10477
///
10478
- /// If `max_total_routing_fee_msat` is not specified, The default from
10479
- /// [`RouteParameters::from_payment_params_and_value`] is applied.
10478
+ /// # Custom Routing Parameters
10479
+ ///
10480
+ /// Users can customize routing parameters via [`RouteParametersConfig`].
10481
+ /// To use default settings, call the function with [`RouteParametersConfig::default()`].
10480
10482
///
10481
10483
/// # Payment
10482
10484
///
@@ -10712,8 +10714,10 @@ where
10712
10714
/// implementing [`DNSResolverMessageHandler`]) directly to look up a URI and then delegate to
10713
10715
/// your normal URI handling.
10714
10716
///
10715
- /// If `max_total_routing_fee_msat` is not specified, the default from
10716
- /// [`RouteParameters::from_payment_params_and_value`] is applied.
10717
+ /// # Custom Routing Parameters
10718
+ ///
10719
+ /// Users can customize routing parameters via [`RouteParametersConfig`].
10720
+ /// To use default settings, call the function with [`RouteParametersConfig::default()`].
10717
10721
///
10718
10722
/// # Payment
10719
10723
///
You can’t perform that action at this time.
0 commit comments