Skip to content

Commit e79b666

Browse files
committed
f Clarify total fee limit also applies to partial retries
1 parent e98d01e commit e79b666

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lightning/src/routing/router.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,9 @@ pub struct PaymentParameters {
539539

540540
/// The maximum total fees, in millisatoshi, that may accrue during route finding.
541541
///
542+
/// This limit also applies to the total fees that may arise during retrying partially failed
543+
/// payments.
544+
///
542545
/// Default value: `None`
543546
pub max_total_routing_fee_msat: Option<u64>,
544547

0 commit comments

Comments
 (0)