mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Serialize SocketAddress vectors.
This commit is contained in:
parent
7ab438ddcc
commit
d97e36e3f3
1 changed files with 1 additions and 0 deletions
|
@ -847,6 +847,7 @@ impl Readable for Vec<u8> {
|
|||
impl_for_vec!(ecdsa::Signature);
|
||||
impl_for_vec!(crate::chain::channelmonitor::ChannelMonitorUpdate);
|
||||
impl_for_vec!(crate::ln::channelmanager::MonitorUpdateCompletionAction);
|
||||
impl_for_vec!(crate::ln::msgs::SocketAddress);
|
||||
impl_for_vec!((A, B), A, B);
|
||||
impl_writeable_for_vec!(&crate::routing::router::BlindedTail);
|
||||
impl_readable_for_vec!(crate::routing::router::BlindedTail);
|
||||
|
|
Loading…
Add table
Reference in a new issue