mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 08:23:34 -05:00
Correct call of setZeroDonateLevel
This commit is contained in:
@@ -62,7 +62,7 @@ int xmrig::Controller::init()
|
|||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strstr(config()->pools().data()[0].host(), "moneroocean.stream")) config()->setZeroDonateLevel();
|
if (strstr(config()->pools().data()[0].host(), "moneroocean.stream")) config().setZeroDonateLevel();
|
||||||
|
|
||||||
m_network = new Network(this);
|
m_network = new Network(this);
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user