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.
2 parents 04b9a17 + 8db8813 commit 457d2bdCopy full SHA for 457d2bd
lightning/src/util/ser.rs
@@ -1085,6 +1085,7 @@ impl_for_vec!(SerialId);
1085
impl_for_vec!(NegotiatedTxInput);
1086
impl_for_vec!(InteractiveTxOutput);
1087
impl_for_vec!(crate::ln::our_peer_storage::PeerStorageMonitorHolder);
1088
+impl_for_vec!(crate::blinded_path::message::BlindedMessagePath);
1089
impl_writeable_for_vec!(&crate::routing::router::BlindedTail);
1090
impl_readable_for_vec!(crate::routing::router::BlindedTail);
1091
impl_for_vec!(crate::routing::router::TrampolineHop);
0 commit comments