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