Fix queue flush and add working tests.

This commit is contained in:
Gav Wood
2016-01-25 23:24:51 +01:00
parent a43ca9ae34
commit 41508cbd50
7 changed files with 40 additions and 18 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,
}
}