sha256_4way: patch proper nonce into data block
This commit is contained in:
parent
eeea340b17
commit
6288d943ab
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ unsigned int ScanHash_4WaySSE2(unsigned char *pmidstate, unsigned char *pdata,
|
|||
for (i = 0; i < 32/4; i++)
|
||||
((unsigned int*)phash)[i] = thash[i][j];
|
||||
*nHashesDone = nonce;
|
||||
*nNonce_p = nonce + j;
|
||||
return nonce + j;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue