Fix for previous commit.

This commit is contained in:
XMRig 2019-08-05 18:20:56 +07:00
parent 3543abcc3c
commit 4afc987111

View file

@ -71,6 +71,8 @@ bool xmrig::RxCache::init(const uint8_t *seed)
memcpy(m_seed, seed, sizeof(m_seed));
randomx_init_cache(m_cache, m_seed, sizeof(m_seed));
m_initCount++;
return true;
}