1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-07 16:05:05 -05:00

Fixed -> to .

This commit is contained in:
MoneroOcean
2018-08-05 17:15:40 +02:00
parent bbe085f6a4
commit 4d730a7a21

View File

@@ -64,7 +64,7 @@ App::App(int argc, char **argv) :
return;
}
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);
if (!m_controller->config()->isBackground()) {
m_console = new Console(this);