Skip to content
Snippets Groups Projects
Commit 53ddca96 authored by fireice-uk's avatar fireice-uk
Browse files

small fix

parent 265ef629
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ void minethd::work_main()
//Allocate a new nonce every 16 rounds
if((round_ctr++ & 0xF) == 0)
{
iNonce = globalStates::inst().calc_start_nonce(iNonce, oWork.bNiceHash, h_per_round * 16);
globalStates::inst().calc_start_nonce(iNonce, oWork.bNiceHash, h_per_round * 16);
}
uint32_t foundNonce[10];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment