Added test hashes for self test.

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

View File

@@ -144,7 +144,7 @@ bool DoubleWorker::selfTest()
}
# endif
return true;
return memcmp(m_hash, test_output_heavy, 64) == 0;
}