summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-12-08 21:37:34 +0000
committerfireice-uk <fireice-uk@users.noreply.github.com>2017-12-08 21:37:34 +0000
commitcbf59c4590887fbb71496feadad0720ecbe395f6 (patch)
treed81cea0c078dc126b158a6e6776e6a58d3331af8 /xmrstak/misc
parente35059fc32c4584038f51156837d9c9605a511e0 (diff)
downloadxmr-stak-cbf59c4590887fbb71496feadad0720ecbe395f6.zip
xmr-stak-cbf59c4590887fbb71496feadad0720ecbe395f6.tar.gz
Correct list order
Diffstat (limited to 'xmrstak/misc')
-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 b4dea4f..3aeb408 100644
--- a/xmrstak/misc/executor.cpp
+++ b/xmrstak/misc/executor.cpp
@@ -537,7 +537,7 @@ void executor::ex_main()
win_exit();
}
- pools.emplace_front(i+1, params.poolURL.c_str(), params.poolUsername.c_str(), params.poolPasswd.c_str(), 9.9, false, params.poolUseTls, "", params.nicehashMode);
+ pools.emplace_back(i+1, params.poolURL.c_str(), params.poolUsername.c_str(), params.poolPasswd.c_str(), 9.9, false, params.poolUseTls, "", params.nicehashMode);
}
if(jconf::inst()->IsCurrencyMonero())
OpenPOWER on IntegriCloud