fixed missing reexport

This commit is contained in:
debris
2016-03-11 10:30:13 +01:00
parent 87dd42f7bc
commit a6d268db16
2 changed files with 3 additions and 2 deletions

View File

@@ -23,9 +23,9 @@ mod bloom_indexer;
mod cache;
mod tree_route;
mod update;
mod import_route;
#[cfg(test)]
mod generator;
mod import_route;
pub use self::blockchain::{BlockProvider, BlockChain, BlockChainConfig};
pub use self::cache::CacheSize;