#1212 Fixed RandomX dataset re-initialization.

This commit is contained in:
XMRig 2019-10-02 06:35:49 +07:00
parent 34468782cd
commit 42fd146c2b
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);