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 7ab438d + d97e36e commit 337b8deCopy full SHA for 337b8de
lightning/src/util/ser.rs
@@ -847,6 +847,7 @@ impl Readable for Vec<u8> {
847
impl_for_vec!(ecdsa::Signature);
848
impl_for_vec!(crate::chain::channelmonitor::ChannelMonitorUpdate);
849
impl_for_vec!(crate::ln::channelmanager::MonitorUpdateCompletionAction);
850
+impl_for_vec!(crate::ln::msgs::SocketAddress);
851
impl_for_vec!((A, B), A, B);
852
impl_writeable_for_vec!(&crate::routing::router::BlindedTail);
853
impl_readable_for_vec!(crate::routing::router::BlindedTail);
0 commit comments