From 3bed5d9416a8e88a17b4c447964619e84465390c Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Thu, 21 Feb 2019 19:13:13 -0800 Subject: [PATCH] Fixed pool algos for 2nd contructor --- src/base/net/Pool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/net/Pool.cpp b/src/base/net/Pool.cpp index 43b7f353..144fda92 100644 --- a/src/base/net/Pool.cpp +++ b/src/base/net/Pool.cpp @@ -58,7 +58,7 @@ static const char *kUser = "user"; static const char *kVariant = "variant"; -Algorithms all_algorithms() { +xmrig::Algorithms all_algorithms() { Algorithms algorithms; // here xmrig now reports all possible supported algorithms algorithms.push_back(xmrig::Algorithm(xmrig::CRYPTONIGHT, xmrig::VARIANT_1));