Fixed pool algos for 2nd contructor

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

View file

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