#1212 Fixed RandomX dataset re-initialization.

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