Skip to content

Commit 0aaf9b1

Browse files
committed
f: fix trampoline hops location
1 parent 538f857 commit 0aaf9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/events/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1574,8 +1574,8 @@ impl Writeable for Event {
15741574
(2, payment_failed_permanently, required),
15751575
(3, false, required), // all_paths_failed in LDK versions prior to 0.0.114
15761576
(4, path.blinded_tail, option),
1577-
(6, path.trampoline_hops, optional_vec),
15781577
(5, path.hops, required_vec),
1578+
(6, path.trampoline_hops, optional_vec),
15791579
(7, short_channel_id, option),
15801580
(9, None::<RouteParameters>, option), // retry in LDK versions prior to 0.0.115
15811581
(11, payment_id, option),

0 commit comments

Comments
 (0)