Consistently name ARQ identifiers where they were ARQMA

This commit is contained in:
Tony Butler 2020-06-08 15:04:30 -06:00 committed by MoneroOcean
parent e2ea726a6a
commit 57e8fe51e3
4 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@
#define ALGO_RX_0 20
#define ALGO_RX_WOW 21
#define ALGO_RX_LOKI 22
#define ALGO_RX_ARQMA 23
#define ALGO_RX_ARQ 23
#define ALGO_RX_SFX 24
#define ALGO_RX_KEVA 25
#define ALGO_RX_DEFYX 26

View file

@ -6,7 +6,7 @@
#include "randomx_constants_wow.h"
#elif (ALGO == ALGO_RX_LOKI)
#include "randomx_constants_loki.h"
#elif (ALGO == ALGO_RX_ARQMA)
#elif (ALGO == ALGO_RX_ARQ)
#include "randomx_constants_arqma.h"
#elif (ALGO == ALGO_RX_KEVA)
#include "randomx_constants_keva.h"