Browse Source

HW: dont submit bad shares

Kano 13 years ago
parent
commit
e649aa3906
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cgminer.c

+ 1 - 1
cgminer.c

@@ -4185,7 +4185,7 @@ static bool hashtest(struct thr_info *thr, const struct work *work)
 				thr->cgpu->api->name, thr->cgpu->device_id);
 		hw_errors++;
 		thr->cgpu->hw_errors++;
-		return true;
+		return false;
 	}
 
 	bool test = fulltest(work->hash, work->target);