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 f7c5be0 commit c4c6f61Copy full SHA for c4c6f61
lightning/src/events/mod.rs
@@ -560,7 +560,7 @@ pub enum PaymentFailureReason {
560
/// [`PaymentParameters::expiry_time`]: crate::routing::router::PaymentParameters::expiry_time
561
/// [`InvoiceRequestExpired`]: Self::InvoiceRequestExpired
562
PaymentExpired,
563
- /// We failed to find a route while retrying the payment.
+ /// We failed to find a route while sending or retrying the payment.
564
///
565
/// Note that this generally indicates that we've exhausted the available set of possible
566
/// routes - we tried the payment over a few routes but were not able to find any further
0 commit comments