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

@@ -37,8 +37,9 @@ use filter::Filter;
use log_entry::LocalizedLogEntry;
use util::keys::store::SecretStore;
use block_queue::{BlockQueue, BlockQueueInfo};
use blockchain::{BlockChain, BlockProvider, TreeRoute, CacheSize as BlockChainCacheSize};
use blockchain::{BlockChain, BlockProvider, TreeRoute};
use client::{BlockId, TransactionId, ClientConfig, BlockChainClient};
pub use blockchain::CacheSize as BlockChainCacheSize;
/// General block status
#[derive(Debug, Eq, PartialEq)]