DefyX fix

This commit is contained in:
MoneroOcean 2019-12-14 13:00:13 -08:00
parent 01e2945ab7
commit 3f98d07e76
2 changed files with 8 additions and 5 deletions

View file

@ -127,6 +127,10 @@ size_t inline generate<Algorithm::RANDOM_X>(Threads<CpuThreads> &threads, uint32
count += threads.move("rx/wow", std::move(wow));
}
if (!threads.isExist(Algorithm::DEFYX)) {
count += generate("defyx", threads, Algorithm::DEFYX, limit);
}
count += generate("rx", threads, Algorithm::RX_0, limit);
return count;