From 22fbe2984fb7900378db7d624ff43ad06697d915 Mon Sep 17 00:00:00 2001 From: psychocrypt Date: Thu, 16 Nov 2017 20:26:54 +0100 Subject: fix aeon dev pool - fix aeon dev pool settings --- xmrstak/misc/executor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmrstak/misc/executor.cpp b/xmrstak/misc/executor.cpp index ff5e94f..1af51fc 100644 --- a/xmrstak/misc/executor.cpp +++ b/xmrstak/misc/executor.cpp @@ -516,9 +516,9 @@ void executor::ex_main() else { if(tls) - pools.emplace_front(0, "donate.xmr-stak.net:7777", "", "", 0.0, true, true, "", false); + pools.emplace_front(0, "donate.xmr-stak.net:7777", "", "", 0.0, true, true, "", true); else - pools.emplace_front(0, "donate.xmr-stak.net:4444", "", "", 0.0, true, false, "", false); + pools.emplace_front(0, "donate.xmr-stak.net:4444", "", "", 0.0, true, false, "", true); } ex_event ev; -- cgit v1.1