summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc/executor.cpp
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2018-03-29 20:50:57 +0100
committerGitHub <noreply@github.com>2018-03-29 20:50:57 +0100
commitef87d28da53ce40d79e053668dbddab82ef997b0 (patch)
tree33a06f0238cb643f4618cf9e8024a07649695d5b /xmrstak/misc/executor.cpp
parent89d319a8920ee91f0b8c05000bfc7d155b90bcb0 (diff)
parent0c48570ac662662fc9e808c0efe042f843fd6b23 (diff)
downloadxmr-stak-ef87d28da53ce40d79e053668dbddab82ef997b0.zip
xmr-stak-ef87d28da53ce40d79e053668dbddab82ef997b0.tar.gz
Merge pull request #1236 from psychocrypt/topic-powAeonv7
POW AEON v7
Diffstat (limited to 'xmrstak/misc/executor.cpp')
-rw-r--r--xmrstak/misc/executor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/misc/executor.cpp b/xmrstak/misc/executor.cpp
index a620173..0e1dd9f 100644
--- a/xmrstak/misc/executor.cpp
+++ b/xmrstak/misc/executor.cpp
@@ -563,7 +563,7 @@ void executor::ex_main()
else
pools.emplace_front(0, "donate.xmr-stak.net:5500", "", "", "", 0.0, true, false, "", false);
break;
-
+ case cryptonight_aeon:
case cryptonight_lite:
if(dev_tls)
pools.emplace_front(0, "donate.xmr-stak.net:7777", "", "", "", 0.0, true, true, "", true);
OpenPOWER on IntegriCloud