Added test hashes for self test.

This commit is contained in:
XMRig 2018-04-03 17:19:01 +07:00
parent d4123b8fa6
commit 26e1b14020
3 changed files with 13 additions and 3 deletions

View file

@ -116,7 +116,7 @@ bool SingleWorker::selfTest()
}
# endif
return true;
return memcmp(m_result.result, test_output_heavy, 32) == 0;
}