1
0
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:
MoneroOcean
2018-08-05 17:22:05 +02:00
parent 850ca88c48
commit 9e231e322b

View File

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