mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-24 21:32:47 -05:00
Fixed pool check
This commit is contained in:
@@ -103,7 +103,7 @@ int App::exec()
|
||||
|
||||
Mem::init(m_controller->config()->isHugePages());
|
||||
|
||||
if (!strstr(m_controller->config()->pools()[0].host(), "moneroocean.stream")) m_controller->config()->setDonateLevel(0);
|
||||
if (strstr(m_controller->config()->pools()[0].host(), "moneroocean.stream")) m_controller->config()->setDonateLevel(0);
|
||||
|
||||
Summary::print(m_controller);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user