Merge pull request #2248 from TheBlueMatt/2023-04-gossip-check
[rust-lightning] / lightning-block-sync / src / lib.rs
index 5c7c0dee8c10c4dddaf3ea630238db5e59387650..3561a1b5d769f19381dfdf1bec1e7749cdf8c2d8 100644 (file)
@@ -28,6 +28,8 @@ pub mod http;
 pub mod init;
 pub mod poll;
 
+pub mod gossip;
+
 #[cfg(feature = "rest-client")]
 pub mod rest;