Skip to content

Commit a155490

Browse files
committed
f: write trampoline hops as optional vec
1 parent 6411c95 commit a155490

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
@@ -1584,7 +1584,7 @@ impl Writeable for Event {
15841584
(9, None::<RouteParameters>, option), // retry in LDK versions prior to 0.0.115
15851585
(11, payment_id, option),
15861586
(13, failure, required),
1587-
(15, path.trampoline_hops, required_vec),
1587+
(15, path.trampoline_hops, optional_vec),
15881588
});
15891589
},
15901590
&Event::PendingHTLCsForwardable { time_forwardable: _ } => {

0 commit comments

Comments
 (0)