diff --git a/ethcore/src/block_queue.rs b/ethcore/src/block_queue.rs index 48b55fc0d..e4569a21b 100644 --- a/ethcore/src/block_queue.rs +++ b/ethcore/src/block_queue.rs @@ -207,6 +207,8 @@ impl BlockQueue { let mut verification = self.verification.lock().unwrap(); verification.unverified.clear(); verification.verifying.clear(); + verification.verified.clear(); + self.processing.write().unwrap().clear(); } /// Wait for queue to be empty