Updated pools usage

This commit is contained in:
MoneroOcean 2019-02-21 16:01:56 -08:00
parent c998be4235
commit da6e059e68

View file

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