Merge pull request #211 from ethcore/blockchaintests

Blockchain tests
This commit is contained in:
Arkadiy Paronyan
2016-01-26 11:56:34 +01:00
11 changed files with 182 additions and 71 deletions

View File

@@ -158,6 +158,7 @@ impl BlockChainClient for TestBlockChainClient {
full: false,
verified_queue_size: 0,
unverified_queue_size: 0,
verifying_queue_size: 0,
}
}