Skip to content

Commit 7126276

Browse files
committed
f - Move module declaration to right commit
1 parent c7b533d commit 7126276

File tree

1 file changed

+2
-0
lines changed
  • lightning-block-sync/src

1 file changed

+2
-0
lines changed

lightning-block-sync/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#[cfg(any(feature = "rest-client", feature = "rpc-client"))]
1515
pub mod http;
1616

17+
pub mod poll;
18+
1719
#[cfg(feature = "rest-client")]
1820
pub mod rest;
1921

0 commit comments

Comments
 (0)