Reverted some changes

This commit is contained in:
arkpar
2016-03-02 01:24:06 +01:00
parent 15ecba57ec
commit 324e070581
2 changed files with 2 additions and 3 deletions

View File

@@ -302,8 +302,7 @@ impl BlockQueue {
if self.processing.read().unwrap().contains(&h) {
return Err(ImportError::AlreadyQueued);
}
}
{
let mut bad = self.verification.bad.lock().unwrap();
if bad.contains(&h) {
return Err(ImportError::Bad(None));