Algo num fix

This commit is contained in:
MoneroOcean 2020-10-19 00:02:40 +00:00
parent 7c2ebd847e
commit 5e351798e0
6 changed files with 5760 additions and 5772 deletions

View file

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