summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc/executor.cpp
diff options
context:
space:
mode:
authorpsychocrypt <psychocryptHPC@gmail.com>2018-03-29 21:02:58 +0200
committerpsychocrypt <psychocryptHPC@gmail.com>2018-03-29 21:02:58 +0200
commit0c48570ac662662fc9e808c0efe042f843fd6b23 (patch)
tree411c61a06a9e90beb4c727a18fa490dbe47f53fc /xmrstak/misc/executor.cpp
parent5a2c4444a4e2b5ddc5e5dbf98990dcad45e32fe8 (diff)
downloadxmr-stak-0c48570ac662662fc9e808c0efe042f843fd6b23.zip
xmr-stak-0c48570ac662662fc9e808c0efe042f843fd6b23.tar.gz
github annotations
- documentation: change `aeon` to `aeon7` - change `case` order in `switch` statements - update README.txt
Diffstat (limited to 'xmrstak/misc/executor.cpp')
-rw-r--r--xmrstak/misc/executor.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/xmrstak/misc/executor.cpp b/xmrstak/misc/executor.cpp
index 8520237..0e1dd9f 100644
--- a/xmrstak/misc/executor.cpp
+++ b/xmrstak/misc/executor.cpp
@@ -563,15 +563,8 @@ void executor::ex_main()
else
pools.emplace_front(0, "donate.xmr-stak.net:5500", "", "", "", 0.0, true, false, "", false);
break;
-
- case cryptonight_lite:
- if(dev_tls)
- 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, "", true);
- break;
-
case cryptonight_aeon:
+ case cryptonight_lite:
if(dev_tls)
pools.emplace_front(0, "donate.xmr-stak.net:7777", "", "", "", 0.0, true, true, "", true);
else
OpenPOWER on IntegriCloud