Skip to content

Commit 337b8de

Browse files
authored
Merge pull request #2913 from arik-so/2024/02/serialize-socket-address-vectors
Serialize SocketAddress vectors
2 parents 7ab438d + d97e36e commit 337b8de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/util/ser.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@ impl Readable for Vec<u8> {
847847
impl_for_vec!(ecdsa::Signature);
848848
impl_for_vec!(crate::chain::channelmonitor::ChannelMonitorUpdate);
849849
impl_for_vec!(crate::ln::channelmanager::MonitorUpdateCompletionAction);
850+
impl_for_vec!(crate::ln::msgs::SocketAddress);
850851
impl_for_vec!((A, B), A, B);
851852
impl_writeable_for_vec!(&crate::routing::router::BlindedTail);
852853
impl_readable_for_vec!(crate::routing::router::BlindedTail);

0 commit comments

Comments
 (0)