mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-23 06:52:33 -05:00
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));
|
memcpy(m_seed, seed, sizeof(m_seed));
|
||||||
randomx_init_cache(m_cache, m_seed, sizeof(m_seed));
|
randomx_init_cache(m_cache, m_seed, sizeof(m_seed));
|
||||||
|
|
||||||
|
m_initCount++;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user