ethsync tests fixed

This commit is contained in:
Nikolay Volf
2016-05-16 20:25:05 +03:00
parent caec38d533
commit f3f45a1dd9
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ impl TestNet {
for _ in 0..n {
net.peers.push(TestPeer {
chain: TestBlockChainClient::new(),
sync: ChainSync::new(SyncConfig::default(), Miner::new(false)),
sync: ChainSync::new(SyncConfig::default(), Arc::new(Miner::default())),
queue: VecDeque::new(),
});
}