Skip to content

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Dec 22, 2019
1 parent 4d211b7 commit 4156af4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/crypto/rx/RxAlgo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ xmrig::Algorithm::Id xmrig::RxAlgo::apply(Algorithm::Id algorithm)
const RandomX_ConfigurationBase *xmrig::RxAlgo::base(Algorithm::Id algorithm)
{
switch (algorithm) {
case Algorithm::RX_V:
return &RandomX_VConfig;

case Algorithm::RX_WOW:
case Algorithm::RX_WOW:
return &RandomX_WowneroConfig;

case Algorithm::RX_LOKI:
Expand Down

0 comments on commit 4156af4

Please sign in to comment.