#1212 Fixed RandomX dataset re-initialization.

This commit is contained in:
XMRig 2019-10-02 06:35:49 +07:00 committed by MoneroOcean
parent d03fb91b0a
commit 36ade0d24e
3 changed files with 23 additions and 18 deletions

View file

@ -100,6 +100,7 @@ void xmrig::Workers<T>::start(const std::vector<T> &data)
}
d_ptr->hashrate = new Hashrate(m_workers.size());
Nonce::touch(T::backend());
for (Thread<T> *worker : m_workers) {
worker->start(Workers<T>::onReady);