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));