We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538f857 commit 0aaf9b1Copy full SHA for 0aaf9b1
lightning/src/events/mod.rs
@@ -1574,8 +1574,8 @@ impl Writeable for Event {
1574
(2, payment_failed_permanently, required),
1575
(3, false, required), // all_paths_failed in LDK versions prior to 0.0.114
1576
(4, path.blinded_tail, option),
1577
- (6, path.trampoline_hops, optional_vec),
1578
(5, path.hops, required_vec),
+ (6, path.trampoline_hops, optional_vec),
1579
(7, short_channel_id, option),
1580
(9, None::<RouteParameters>, option), // retry in LDK versions prior to 0.0.115
1581
(11, payment_id, option),
0 commit comments