improved blockchain generator

This commit is contained in:
debris
2016-03-02 04:25:03 +01:00
parent 38d74bf78c
commit 68ba016279
8 changed files with 294 additions and 131 deletions

View File

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