Fixed pool algos for 2nd contructor

This commit is contained in:
MoneroOcean 2019-02-21 19:13:40 -08:00
parent 3bed5d9416
commit e845a402aa

View file

@ -59,7 +59,7 @@ static const char *kVariant = "variant";
xmrig::Algorithms all_algorithms() {
Algorithms algorithms;
xmrig::Algorithms algorithms;
// here xmrig now reports all possible supported algorithms
algorithms.push_back(xmrig::Algorithm(xmrig::CRYPTONIGHT, xmrig::VARIANT_1));
algorithms.push_back(xmrig::Algorithm(xmrig::CRYPTONIGHT, xmrig::VARIANT_2));