Fix for previous commit.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user