Make ser macro public
[rust-lightning] / lightning / src / ln / mod.rs
index 7500b93c0050400ae1bba70dd78a819336a5afbd..66c63f04d907ca42459cee13388540b39e3d0e07 100644 (file)
@@ -35,7 +35,7 @@ pub(crate) mod peer_channel_encryptor;
 
 mod channel;
 mod onion_utils;
-mod wire;
+pub mod wire;
 
 // Older rustc (which we support) refuses to let us call the get_payment_preimage_hash!() macro
 // without the node parameter being mut. This is incorrect, and thus newer rustcs will complain