Merge branch 'dev' into sync-base

This commit is contained in:
XMRig 2022-04-16 02:57:59 +07:00
commit d0953a507c
No known key found for this signature in database
GPG key ID: 446A53638BE94409
26 changed files with 6 additions and 498 deletions

View file

@ -238,7 +238,7 @@ void xmrig::DaemonClient::connect()
}
const xmrig::Algorithm algo = m_pool.algorithm();
if ((algo == Algorithm::ASTROBWT_DERO) || (algo == Algorithm::ASTROBWT_DERO_2) || (m_coin == Coin::DERO) || (m_coin == Coin::DERO_HE)) {
if ((algo == Algorithm::ASTROBWT_DERO_2) || (m_coin == Coin::DERO) || (m_coin == Coin::DERO_HE)) {
m_apiVersion = API_DERO;
}