Merged v4.0.0-beta

This commit is contained in:
MoneroOcean 2019-09-17 15:48:01 -07:00
commit 993733cb1f
231 changed files with 32642 additions and 3380 deletions

View file

@ -60,7 +60,7 @@ xmrig::Network::Network(Controller *controller) :
m_donate(nullptr),
m_timer(nullptr)
{
JobResults::setListener(this);
JobResults::setListener(this, controller->config()->cpu().isHwAES());
controller->addListener(this);
# ifdef XMRIG_FEATURE_API