Browse Source

benchmark: Roll data before nonce only

Luke Dashjr 12 years ago
parent
commit
96c1738671
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -4604,7 +4604,7 @@ static void calc_diff(struct work *work, int known)
 static void get_benchmark_work(struct work *work)
 {
 	static uint32_t blkhdr[20];
-	for (int i = 19; i >= 0; --i)
+	for (int i = 18; i >= 0; --i)
 		if (++blkhdr[i])
 			break;