diff --git a/src/App.cpp b/src/App.cpp index cbe6b1ef..c85ba5ff 100644 --- a/src/App.cpp +++ b/src/App.cpp @@ -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);