Moved setDonateLevel to Pools

This commit is contained in:
MoneroOcean 2019-06-18 11:38:31 -07:00
parent 8dd283a9f0
commit 41c8408014

View file

@ -62,7 +62,7 @@ int xmrig::Controller::init()
return rc;
}
if (strstr(config()->pools().data()[0].host(), "moneroocean.stream")) config()->pools().data()[0].setDonateLevel(0);
if (strstr(config()->pools().data()[0].host(), "moneroocean.stream")) config()->pools().setDonateLevel(0);
m_network = new Network(this);
return 0;