remove old nonce setting

This commit is contained in:
John Tromp 2018-05-10 23:15:41 +02:00
parent afdaafe580
commit 54bad6d0ea
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ int main(int argc, char **argv) {
memset(headernonce+hdrlen, 0, sizeof(headernonce)-hdrlen);
}
for (int r = 0; r < range; r++) {
((u32 *)headernonce)[32] = htole32(nonce+r);
((u32 *)headernonce)[27] = htole32(nonce+r);
eq.setheadernonce(headernonce, sizeof(headernonce));
for (int t = 0; t < nthreads; t++) {