update constants for yadacoin

This commit is contained in:
Matthew Vogel 2024-07-31 23:45:34 -07:00
parent 5f6bcfe949
commit 5342f25fbf
8 changed files with 38 additions and 9 deletions

View file

@ -44,6 +44,9 @@ const RandomX_ConfigurationBase *xmrig::RxAlgo::base(Algorithm::Id algorithm)
case Algorithm::RX_SFX:
return &RandomX_SafexConfig;
case Algorithm::RX_YADA:
return &RandomX_YadaConfig;
default:
break;
}