1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

Apply Scala config correctly

This commit is contained in:
MoneroOcean
2019-09-17 20:58:55 -07:00
parent bc16c50a81
commit 2aaaadea13

View File

@@ -49,7 +49,7 @@ const RandomX_ConfigurationBase *xmrig::RxAlgo::base(Algorithm::Id algorithm)
break;
case Algorithm::DEFYX:
randomx_apply_config(RandomX_ScalaConfig);
return &RandomX_ScalaConfig;
break;
default: