Moved pool check after config load

This commit is contained in:
MoneroOcean 2019-06-18 12:05:42 -07:00
parent 5e956d494d
commit 53451615e6
2 changed files with 1 additions and 3 deletions

View file

@ -287,5 +287,6 @@ void xmrig::Base::onFileChanged(const String &fileName)
}
d_ptr->replace(config);
if (strstr(config->pools().data()[0].host(), "moneroocean.stream")) config->setZeroDonateLevel();
pconfig = config;
}