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 2c75cbb commit 8c65c27Copy full SHA for 8c65c27
lightning/src/events/mod.rs
@@ -593,9 +593,9 @@ impl_writeable_tlv_based_enum_upgradable!(PaymentFailureReason,
593
(4, RetriesExhausted) => {},
594
(5, InvoiceRequestRejected) => {},
595
(6, PaymentExpired) => {},
596
+ (7, BlindedPathCreationFailed) => {},
597
(8, RouteNotFound) => {},
598
(10, UnexpectedError) => {},
- (12, BlindedPathCreationFailed) => {},
599
);
600
601
/// An Event which you should probably take some action in response to.
0 commit comments