diff --git a/src/core/Controller.cpp b/src/core/Controller.cpp index 97c81ee5..c0ba46c7 100644 --- a/src/core/Controller.cpp +++ b/src/core/Controller.cpp @@ -62,7 +62,7 @@ int xmrig::Controller::init() 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); return 0;