Browse Source

HW: dont submit bad shares

nfactor-troky
Kano 12 years ago
parent
commit
e649aa3906
  1. 2
      cgminer.c

2
cgminer.c

@ -4185,7 +4185,7 @@ static bool hashtest(struct thr_info *thr, const struct work *work) @@ -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);

Loading…
Cancel
Save