Consistently name ARQ identifiers where they were ARQMA
This commit is contained in:
parent
e2ea726a6a
commit
57e8fe51e3
4 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue