From 2b0cac5d4d66e869d63f0febfe7d1a33022ead67 Mon Sep 17 00:00:00 2001 From: _0xc0d32 <0xc0d32@gmail.com> Date: Thu, 18 Oct 2018 22:42:47 -0300 Subject: [PATCH] Update Pool.cpp Fixed to #813 --- src/common/net/Pool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/net/Pool.cpp b/src/common/net/Pool.cpp index 141e51158..089a87279 100644 --- a/src/common/net/Pool.cpp +++ b/src/common/net/Pool.cpp @@ -349,7 +349,7 @@ void Pool::adjustVariant(const xmrig::Variant variantHint) if (m_host.contains("xmr.pool.")) { valid = m_algorithm.algo() == CRYPTONIGHT; - m_algorithm.setVariant(m_port == 45700 ? VARIANT_1 : VARIANT_0); + m_algorithm.setVariant(m_port == 45700 ? VARIANT_2 : VARIANT_0); } else if (m_host.contains("aeon.pool.") && m_port == 45690) { valid = m_algorithm.algo() == CRYPTONIGHT_LITE;