summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-11-16 20:26:54 +0100
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-11-16 20:26:54 +0100
commit22fbe2984fb7900378db7d624ff43ad06697d915 (patch)
tree9d785b17e83cd922395a0e55cc54fdc00af275c0 /xmrstak/misc
parent214a00c63a1b47a0805b6d0315d91632ff4fca80 (diff)
downloadxmr-stak-22fbe2984fb7900378db7d624ff43ad06697d915.zip
xmr-stak-22fbe2984fb7900378db7d624ff43ad06697d915.tar.gz
fix aeon dev pool
- fix aeon dev pool settings
Diffstat (limited to 'xmrstak/misc')
-rw-r--r--xmrstak/misc/executor.cpp4
1 files 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;
OpenPOWER on IntegriCloud