|
|
@@ -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);
|