Define a Poll trait as an adaptor on BlockSource
[rust-lightning] / lightning-block-sync / src / lib.rs
index 58f77bdcabaf959c770c089bcb5ad960ac78e8b8..8a2f817cec115fcd481e7975e162914779fc64d9 100644 (file)
@@ -14,6 +14,8 @@
 #[cfg(any(feature = "rest-client", feature = "rpc-client"))]
 pub mod http;
 
+pub mod poll;
+
 #[cfg(feature = "rest-client")]
 pub mod rest;