From 3edc1dfe2aad80a6813ac34690f0819c8c19cc49 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Wed, 17 Aug 2011 22:33:46 +1000 Subject: [PATCH] Test at appropriate target difficulty now. --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.c b/util.c index 1f6e281b..aeea0552 100644 --- a/util.c +++ b/util.c @@ -556,7 +556,7 @@ bool fulltest(const unsigned char *hash, const unsigned char *target) free(target_str); } - return true; /* FIXME: return rc; */ + return rc; } struct thread_q *tq_new(void)