Move `broadcast_node_announcement` to `PeerManager`
[rust-lightning] / lightning / src / ln / mod.rs
index 28c86b79598cf70572069ce55561766a522b3130..af654837861fc2eeac3d1f7795453b1a206cae46 100644 (file)
@@ -43,7 +43,7 @@ pub mod channel;
 #[cfg(not(fuzzing))]
 pub(crate) mod channel;
 
-mod onion_utils;
+pub(crate) mod onion_utils;
 pub mod wire;
 
 // Older rustc (which we support) refuses to let us call the get_payment_preimage_hash!() macro