refactoring of report functions, some comments

This commit is contained in:
Nikolay Volf
2016-02-08 03:14:39 -08:00
parent 70d59e4a52
commit deffb271bc
2 changed files with 6 additions and 4 deletions

View File

@@ -229,11 +229,9 @@ impl BlockChainClient for TestBlockChainClient {
fn queue_info(&self) -> BlockQueueInfo {
BlockQueueInfo {
full: false,
verified_queue_size: 0,
unverified_queue_size: 0,
verifying_queue_size: 0,
empty: false,
}
}