Skip to content
Snippets Groups Projects
Unverified Commit 51c7b26e authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #128 from psychocrypt/fix-aeonDevPool

fix aeon dev pool
parents 214a00c6 22fbe298
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment