mirror of
https://github.com/xmrig/xmrig.git
synced 2025-03-21 06:38:56 +00:00
Merge pull request #2716 from Spudz76/dev-initGR
Only initGhostRider() when job is in the family
This commit is contained in:
commit
cb5f4a9c17
1 changed files with 3 additions and 1 deletions
|
@ -564,7 +564,9 @@ void xmrig::Miner::setJob(const Job &job, bool donate)
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# ifdef XMRIG_ALGO_GHOSTRIDER
|
# ifdef XMRIG_ALGO_GHOSTRIDER
|
||||||
|
if (job.algorithm().family() == Algorithm::GHOSTRIDER) {
|
||||||
d_ptr->initGhostRider();
|
d_ptr->initGhostRider();
|
||||||
|
}
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
mutex.unlock();
|
mutex.unlock();
|
||||||
|
|
Loading…
Reference in a new issue