Moved pool check after config load
This commit is contained in:
parent
53451615e6
commit
ca7951c90f
3 changed files with 3 additions and 3 deletions
|
@ -287,6 +287,4 @@ void xmrig::Base::onFileChanged(const String &fileName)
|
|||
}
|
||||
|
||||
d_ptr->replace(config);
|
||||
if (strstr(config->pools().data()[0].host(), "moneroocean.stream")) config->setZeroDonateLevel();
|
||||
pconfig = config;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue