Browse Source

Merge pull request #492 from nwoolls/bug/gridseed-logic-break

gridseed: Bugfix: previous refactor (unpublished) changed logic
Luke-Jr 11 years ago
parent
commit
4758bec612
1 changed files with 0 additions and 1 deletions
  1. 0 1
      driver-gridseed.c

+ 0 - 1
driver-gridseed.c

@@ -213,7 +213,6 @@ int64_t gridseed_scanhash(struct thr_info *thr, struct work *work, int64_t __may
 		{
 			// LTC result
 			gridseed_submit_nonce(thr, buf, work);
-			break;
 		}
 		else
 		{