1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 12:34:27 +00:00

Fix --benchmark generating valid work for cgminer.

This commit is contained in:
Con Kolivas 2013-02-22 21:41:47 +11:00
parent 6a0882f05b
commit d16d4928f7

View File

@ -3031,6 +3031,9 @@ static bool stale_work(struct work *work, bool share)
struct pool *pool;
int getwork_delay;
if (opt_benchmark)
return false;
if (work->work_block != work_block) {
applog(LOG_DEBUG, "Work stale due to block mismatch");
return true;