Commit 3edc1dfe2aad80a6813ac34690f0819c8c19cc49

Con Kolivas 2011-08-17T22:33:46

Test at appropriate target difficulty now.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/util.c b/util.c
index 1f6e281..aeea055 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)