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 c4c6f61 commit 6275fb4Copy full SHA for 6275fb4
lightning/src/events/mod.rs
@@ -565,6 +565,8 @@ pub enum PaymentFailureReason {
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
567
/// candidate routes beyond those.
568
+ ///
569
+ /// Also used for [`BlindedPathCreationFailed`] when downgrading to versions prior to 0.0.124.
570
RouteNotFound,
571
/// This error should generally never happen. This likely means that there is a problem with
572
/// your router.
0 commit comments