Fix another typo

This commit is contained in:
Johannes Westphal 2022-06-11 18:58:40 +01:00
parent 33d93c7e92
commit 7ca96a8295

View file

@ -413,7 +413,7 @@ void xmrig::CpuWorker<N>::start()
else
# endif
if (value < job.target()) {
JobResults::submit(job, current_job_nonces[i], m_hash + (i * 31), job.hasMinerSignature() ? miner_signature_saved : nullptr);
JobResults::submit(job, current_job_nonces[i], m_hash + (i * 32), job.hasMinerSignature() ? miner_signature_saved : nullptr);
}
}
}