Removed rx/keva

Keva coin is too small now.
This commit is contained in:
SChernykh 2024-07-31 08:28:05 +02:00
parent f5095247e8
commit 86f5db19d2
16 changed files with 3795 additions and 3989 deletions

View file

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