We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d23bc commit 8cf4369Copy full SHA for 8cf4369
lightning/src/util/ser.rs
@@ -1081,6 +1081,7 @@ impl_for_vec!(crate::ln::msgs::SocketAddress);
1081
impl_for_vec!((A, B), A, B);
1082
impl_writeable_for_vec!(&crate::routing::router::BlindedTail);
1083
impl_readable_for_vec!(crate::routing::router::BlindedTail);
1084
+impl_for_vec!(crate::routing::router::RouteHop);
1085
impl_for_vec!(crate::routing::router::TrampolineHop);
1086
impl_for_vec_with_element_length_prefix!(crate::ln::msgs::UpdateAddHTLC);
1087
impl_writeable_for_vec_with_element_length_prefix!(&crate::ln::msgs::UpdateAddHTLC);
0 commit comments