mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-23 04:54:26 +00:00
There is no point checking for results from the next round of work on BF1.
This commit is contained in:
parent
8c0ab5f310
commit
72c7798043
@ -215,10 +215,6 @@ static int64_t bitfury_scanhash(struct thr_info *thr, struct work *work,
|
||||
info->nonces++;
|
||||
continue;
|
||||
}
|
||||
if (bitfury_checkresults(thr, work, nonce)) {
|
||||
info->nonces++;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
free_work(info->prevwork2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user