Fixing compilation on stable

This commit is contained in:
Tomasz Drwięga
2016-11-28 17:05:37 +01:00
parent 2b3d100de2
commit 64b1b898f1
14 changed files with 29 additions and 1 deletions

View File

@@ -1998,8 +1998,14 @@ impl ChainSync {
#[cfg(test)]
mod tests {
use std::collections::{HashSet, VecDeque};
use tests::helpers::*;
use tests::snapshot::TestSnapshotService;
use util::{U256, RwLock};
use util::sha3::Hashable;
use util::hash::{H256, FixedHash};
use util::bytes::Bytes;
use rlp::{Rlp, RlpStream, UntrustedRlp, View, Stream};
use super::*;
use ::SyncConfig;
use super::{PeerInfo, PeerAsking};