Fix autoconfig and memory allocation for heavy algo.

This commit is contained in:
XMRig
2018-04-03 16:08:15 +07:00
parent c04c10f69d
commit e467894b97
7 changed files with 42 additions and 14 deletions

View File

@@ -116,7 +116,7 @@ bool SingleWorker::selfTest()
}
# endif
return false;
return true;
}