Skip to content

Commit f7c5be0

Browse files
f use odd TLV
1 parent e2c200e commit f7c5be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/events/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,9 +593,9 @@ impl_writeable_tlv_based_enum_upgradable!(PaymentFailureReason,
593593
(4, RetriesExhausted) => {},
594594
(5, InvoiceRequestRejected) => {},
595595
(6, PaymentExpired) => {},
596+
(7, BlindedPathCreationFailed) => {},
596597
(8, RouteNotFound) => {},
597598
(10, UnexpectedError) => {},
598-
(12, BlindedPathCreationFailed) => {},
599599
);
600600

601601
/// An Event which you should probably take some action in response to.

0 commit comments

Comments
 (0)