Get randomx flags and allocate cache

This commit is contained in:
Duke Leto
2022-02-20 12:57:08 -05:00
parent 35f6314123
commit f78479b34e

View File

@@ -1134,6 +1134,8 @@ void static RandomXMiner()
hashTarget = HASHTarget;
// TODO: RandomX solver code
randomx_flags flags = randomx_get_flags();
randomx_cache *myCache = randomx_alloc_cache(flags);
}