Merge xmrig v6.3.5

This commit is contained in:
MoneroOcean 2020-10-03 19:45:28 +00:00
commit 61fed602be
19 changed files with 203 additions and 116 deletions

View file

@ -121,7 +121,7 @@ public:
for (int i = 0; i < Algorithm::MAX; ++i) {
const Algorithm algo(static_cast<Algorithm::Id>(i));
if (isEnabled(algo)) {
if (algo.isValid() && isEnabled(algo)) {
algorithms.push_back(algo);
}
}