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

Add return value

parent f13f70c2
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ struct globalStates
{
uint32_t debug_nonce = nicehash_nonce | iGlobalNonce.fetch_add(reserve_count);
printer::inst()->print_msg(L1, "DEBUG: start_nonce assigned nh: %.8x rc: %.8x nonce: %.8x", nicehash_nonce, reserve_count, debug_nonce);
return debug_nonce;
}
miner_work oGlobalWork;
......
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