File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -560,11 +560,15 @@ pub enum PaymentFailureReason {
560
560
/// [`PaymentParameters::expiry_time`]: crate::routing::router::PaymentParameters::expiry_time
561
561
/// [`InvoiceRequestExpired`]: Self::InvoiceRequestExpired
562
562
PaymentExpired ,
563
- /// We failed to find a route while retrying the payment.
563
+ /// We failed to find a route while sending or retrying the payment.
564
564
///
565
565
/// Note that this generally indicates that we've exhausted the available set of possible
566
566
/// routes - we tried the payment over a few routes but were not able to find any further
567
567
/// candidate routes beyond those.
568
+ ///
569
+ /// Also used for [`BlindedPathCreationFailed`] when downgrading to versions prior to 0.0.124.
570
+ ///
571
+ /// [`BlindedPathCreationFailed`]: Self::BlindedPathCreationFailed
568
572
RouteNotFound ,
569
573
/// This error should generally never happen. This likely means that there is a problem with
570
574
/// your router.
You can’t perform that action at this time.
0 commit comments