Merge xmrig v6.3.5
This commit is contained in:
commit
61fed602be
19 changed files with 203 additions and 116 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue