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; break;
case Algorithm::DEFYX: case Algorithm::DEFYX:
randomx_apply_config(RandomX_ScalaConfig); return &RandomX_ScalaConfig;
break; break;
default: default: