Added test hashes for AEON.
This commit is contained in:
parent
aec31c43c0
commit
125072a30e
3 changed files with 35 additions and 16 deletions
|
@ -173,11 +173,15 @@ int Job::variant() const
|
|||
|
||||
const uint8_t version = m_blob[0];
|
||||
|
||||
# if !defined(XMRIG_NO_AEON)
|
||||
if (m_algo == xmrig::ALGO_CRYPTONIGHT) {
|
||||
return version > 6 ? 1 : 0;
|
||||
}
|
||||
|
||||
return version > 1 ? 1 : 0;
|
||||
# else
|
||||
return version > 6 ? 1 : 0;
|
||||
# endif
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue