Browse Source

Build fix for opt scrypt.

Con Kolivas 13 years ago
parent
commit
8fd3bf74df
1 changed files with 2 additions and 1 deletions
  1. 2 1
      findnonce.c

+ 2 - 1
findnonce.c

@@ -235,11 +235,12 @@ static void *postcalc_hash(void *userdata)
 		if (pcd->res[entry]) {
 #ifdef USE_SCRYPT
 			if (opt_scrypt)
-				submit_nonce(thr, work, entry);
+				submit_nonce(thr, pcd->work, entry);
 			else
 #endif
 				send_nonce(pcd, pcd->res[entry]);
 		nonces++;
+		}
 	}
 
 	free(pcd);