1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Test at appropriate target difficulty now.

This commit is contained in:
Con Kolivas 2011-08-17 22:33:46 +10:00
parent 2e0ecb6475
commit 3edc1dfe2a

2
util.c
View File

@ -556,7 +556,7 @@ bool fulltest(const unsigned char *hash, const unsigned char *target)
free(target_str); free(target_str);
} }
return true; /* FIXME: return rc; */ return rc;
} }
struct thread_q *tq_new(void) struct thread_q *tq_new(void)