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 @@ -10390,8 +10390,10 @@ where
10390
10390
/// - `amount_msats` if overpaying what is required for the given `quantity` is desired, and
10391
10391
/// - `payer_note` for [`InvoiceRequest::payer_note`].
10392
10392
///
10393
- /// If `max_total_routing_fee_msat` is not specified, The default from
10394
- /// [`RouteParameters::from_payment_params_and_value`] is applied.
10393
+ /// # Custom Routing Parameters
10394
+ ///
10395
+ /// Users can customize routing parameters via [`RouteParametersConfig`].
10396
+ /// To use default settings, call the function with [`RouteParametersConfig::default()`].
10395
10397
///
10396
10398
/// # Payment
10397
10399
///
@@ -10552,8 +10554,10 @@ where
10552
10554
/// implementing [`DNSResolverMessageHandler`]) directly to look up a URI and then delegate to
10553
10555
/// your normal URI handling.
10554
10556
///
10555
- /// If `max_total_routing_fee_msat` is not specified, the default from
10556
- /// [`RouteParameters::from_payment_params_and_value`] is applied.
10557
+ /// # Custom Routing Parameters
10558
+ ///
10559
+ /// Users can customize routing parameters via [`RouteParametersConfig`].
10560
+ /// To use default settings, call the function with [`RouteParametersConfig::default()`].
10557
10561
///
10558
10562
/// # Payment
10559
10563
///
You can’t perform that action at this time.
0 commit comments