1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-02-02 02:03:03 -05:00

Correct call of setZeroDonateLevel

This commit is contained in:
MoneroOcean
2019-06-18 11:51:03 -07:00
parent a8376bb512
commit 7a6a07c6b6
2 changed files with 1 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ int xmrig::Controller::init()
return rc;
}
if (strstr(config()->pools().data()[0].host(), "moneroocean.stream")) setZeroDonateLevel();
if (strstr(config()->pools().data()[0].host(), "moneroocean.stream")) pconfig->setZeroDonateLevel();
m_network = new Network(this);
return 0;