We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5573e7 commit 4d0da54Copy full SHA for 4d0da54
lightning/src/events/mod.rs
@@ -558,7 +558,7 @@ pub enum PaymentFailureReason {
558
/// [`PaymentParameters::expiry_time`]: crate::routing::router::PaymentParameters::expiry_time
559
/// [`InvoiceRequestExpired`]: Self::InvoiceRequestExpired
560
PaymentExpired,
561
- /// We failed to find a route while retrying the payment.
+ /// We failed to find a route while sending or retrying the payment.
562
///
563
/// Note that this generally indicates that we've exhausted the available set of possible
564
/// routes - we tried the payment over a few routes but were not able to find any further
0 commit comments