Fixed sync tests

This commit is contained in:
arkpar
2016-02-25 16:32:34 +01:00
parent 21f62012d6
commit bed89d0740
2 changed files with 5 additions and 5 deletions

View File

@@ -15,8 +15,7 @@
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
use util::*;
use ethcore::client::{BlockChainClient, BlockStatus, TreeRoute, BlockChainInfo, TransactionId, BlockId};
use ethcore::BlockQueueInfo;
use ethcore::client::{BlockChainClient, BlockStatus, TreeRoute, BlockChainInfo, TransactionId, BlockId, BlockQueueInfo};
use ethcore::header::{Header as BlockHeader, BlockNumber};
use ethcore::error::*;
use io::SyncIo;
@@ -242,7 +241,8 @@ impl BlockChainClient for TestBlockChainClient {
verified_queue_size: 0,
unverified_queue_size: 0,
verifying_queue_size: 0,
max_unverified: 0,
max_queue_size: 0,
max_mem_use: 0,
mem_used: 0,
}
}