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 352b4ee commit 0a091afCopy full SHA for 0a091af
lightning/src/routing/router.rs
@@ -539,6 +539,9 @@ pub struct PaymentParameters {
539
540
/// The maximum total fees, in millisatoshi, that may accrue during route finding.
541
///
542
+ /// This limit also applies to the total fees that may arise during retrying partially failed
543
+ /// payments.
544
+ ///
545
/// Default value: `None`
546
pub max_total_routing_fee_msat: Option<u64>,
547
0 commit comments