Implement the `UtxoSource` interface for REST/RPC clients
[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;