Updated pools usage

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

View file

@ -124,7 +124,7 @@ int xmrig::Controller::init()
}
# endif
if (strstr(config()->pools()[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;