Fixed miner freeze when switch between RandomX variants.

This commit is contained in:
XMRig
2019-07-28 14:42:29 +07:00
parent 39600aa891
commit d20cd9a069
4 changed files with 15 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ protected:
const Hashrate *hashrate() const override;
const String &profileName() const override;
const String &type() const override;
void prepare(const Job &nextJob) override;
void printHashrate(bool details) override;
void setJob(const Job &job) override;
void start(IWorker *worker) override;