Move files.

This commit is contained in:
XMRig 2018-06-05 07:34:58 +07:00
parent e320b2e928
commit 48a214c3f1
32 changed files with 51 additions and 35 deletions

View file

@ -101,6 +101,12 @@ bool Pool::isCompatible(const xmrig::Algorithm &algorithm) const
}
}
# ifdef XMRIG_PROXY_PROJECT
if (m_algorithm.algo() == xmrig::CRYPTONIGHT && algorithm.algo() == xmrig::CRYPTONIGHT && m_algorithm.variant() == xmrig::VARIANT_XTL) {
return true;
}
# endif
return false;
}