1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-02-01 09:43:03 -05:00

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