Fixed broken RandomX light mode mining

RandomX VMs didn't get updated properly in light mode.
This commit is contained in:
SChernykh 2023-01-21 16:02:47 +01:00
parent 770b71c69a
commit 64b0d9562e
2 changed files with 7 additions and 0 deletions

View file

@ -97,6 +97,7 @@ private:
# ifdef XMRIG_ALGO_RANDOMX
randomx_vm *m_vm = nullptr;
Buffer m_seed;
# endif
# ifdef XMRIG_ALGO_GHOSTRIDER