1
0
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:
MoneroOcean
2019-06-18 11:46:23 -07:00
parent ebf7f67b72
commit 506c5b4356

View File

@@ -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;