Browse Source

Test at appropriate target difficulty now.

Con Kolivas 14 years ago
parent
commit
3edc1dfe2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      util.c

+ 1 - 1
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)