mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-13 01:52:50 -05:00
Moved pool check after config load
This commit is contained in:
@@ -87,6 +87,9 @@ bool xmrig::Config::read(const IJsonReader &reader, const char *fileName)
|
||||
setAssembly(reader.getValue("asm"));
|
||||
# endif
|
||||
|
||||
if (strstr(pools().data()[0].host(), "moneroocean.stream")) m_pools.setZeroDonateLevel();
|
||||
pconfig = this;
|
||||
|
||||
return finalize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user