mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-18 10:01:06 +00:00
Fix for previous commit.
This commit is contained in:
parent
3543abcc3c
commit
4afc987111
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue