Skip to content
Snippets Groups Projects
Commit c3f23839 authored by Nikolay Volf's avatar Nikolay Volf
Browse files

Merge branch 'ark' into nvolf

parents 37cc6954 2163d8d5
Branches
No related merge requests found
...@@ -207,6 +207,8 @@ impl BlockQueue { ...@@ -207,6 +207,8 @@ impl BlockQueue {
let mut verification = self.verification.lock().unwrap(); let mut verification = self.verification.lock().unwrap();
verification.unverified.clear(); verification.unverified.clear();
verification.verifying.clear(); verification.verifying.clear();
verification.verified.clear();
self.processing.write().unwrap().clear();
} }
/// Wait for queue to be empty /// Wait for queue to be empty
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment