From da6e059e68b52b1542d6c1eeb7a55495ff4a8542 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Thu, 21 Feb 2019 16:01:56 -0800 Subject: [PATCH] Updated pools usage --- src/core/Controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Controller.cpp b/src/core/Controller.cpp index 0dd2906a..1bf2f8d0 100644 --- a/src/core/Controller.cpp +++ b/src/core/Controller.cpp @@ -124,7 +124,7 @@ int xmrig::Controller::init() } # endif - if (strstr(config()->pools.data()[0].host(), "moneroocean.stream")) config()->setDonateLevel(0); + if (strstr(config()->pools().data()[0].host(), "moneroocean.stream")) config()->setDonateLevel(0); d_ptr->network = new Network(this); return 0;