Skip to content
Snippets Groups Projects
Commit 1b639b6e authored by psychocrypt's avatar psychocrypt Committed by GitHub
Browse files

Merge pull request #54 from fireice-uk/topic-fix

add order_fix for double hash
parents 98630910 67e135a3
No related branches found
No related tags found
No related merge requests found
......@@ -410,6 +410,8 @@ void minethd::double_work_main()
if(affinity >= 0) //-1 means no affinity
bindMemoryToNUMANode(affinity);
order_fix.set_value();
cn_hash_fun_dbl hash_fun;
cryptonight_ctx* ctx0;
cryptonight_ctx* ctx1;
......
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