mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
Get rid of stuff.
This commit is contained in:
parent
6ac14f4280
commit
5cd4bbd21c
@ -3986,12 +3986,7 @@ bool test_nonce(struct work *work, uint32_t nonce)
|
|||||||
uint32_t *work_nonce = (uint32_t *)(work->data + 64 + 12);
|
uint32_t *work_nonce = (uint32_t *)(work->data + 64 + 12);
|
||||||
|
|
||||||
*work_nonce = htobe32(nonce);
|
*work_nonce = htobe32(nonce);
|
||||||
#if 0
|
|
||||||
work->data[64 + 12 + 0] = (nonce >> 0) & 0xff;
|
|
||||||
work->data[64 + 12 + 1] = (nonce >> 8) & 0xff;
|
|
||||||
work->data[64 + 12 + 2] = (nonce >> 16) & 0xff;
|
|
||||||
work->data[64 + 12 + 3] = (nonce >> 24) & 0xff;
|
|
||||||
#endif
|
|
||||||
if (opt_scrypt)
|
if (opt_scrypt)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user