Add InvoiceRequestTlvStream::paths
[rust-lightning] / lightning / src / offers / parse.rs
index 72c4c380d52592f8c87b59c9f50653a449fec0b9..3b9b04a5c06f8f00d898cec70aec46f6be600e3e 100644 (file)
@@ -183,6 +183,8 @@ pub enum Bolt12SemanticError {
        DuplicatePaymentId,
        /// Blinded paths were expected but were missing.
        MissingPaths,
+       /// Blinded paths were provided but were not expected.
+       UnexpectedPaths,
        /// The blinded payinfo given does not match the number of blinded path hops.
        InvalidPayInfo,
        /// An invoice creation time was expected but was missing.