Browse Source

Bugfix: bitfury: Correct comment about how much of the nonce range chips process

Luke Dashjr 12 years ago
parent
commit
3f38f73317
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-bitfury.c

+ 1 - 1
driver-bitfury.c

@@ -512,7 +512,7 @@ int64_t bitfury_job_process_results(struct thr_info *thr, struct work *work, boo
 	if (unlikely(stopping))
 		timer_unset(&thr->tv_poll);
 	
-	// Bitfury chips process only 768/1024 of the nonce range
+	// Bitfury chips process only 756/1024 of the nonce range
 	return 0xbd000000;
 }