fixed sync with client only

This commit is contained in:
Nikolay Volf
2016-05-31 20:54:02 +02:00
parent a845e08bc6
commit f5ed31792f
10 changed files with 13 additions and 88 deletions

View File

@@ -19,7 +19,6 @@ use ethcore::client::{TestBlockChainClient, BlockChainClient};
use ethcore::spec::Spec;
use io::SyncIo;
use chain::ChainSync;
use ethminer::Miner;
use ::SyncConfig;
pub struct TestIo<'p> {