mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 13:42:54 -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));
|
||||
randomx_init_cache(m_cache, m_seed, sizeof(m_seed));
|
||||
|
||||
m_initCount++;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user