mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 08:23:34 -05:00
Add missing algorithm name alias.
This commit is contained in:
@@ -114,7 +114,8 @@ static AlgoName const algorithm_names[] = {
|
|||||||
{ "RandomARQ", nullptr, Algorithm::RX_ARQ },
|
{ "RandomARQ", nullptr, Algorithm::RX_ARQ },
|
||||||
{ "randomx/sfx", "rx/sfx", Algorithm::RX_SFX },
|
{ "randomx/sfx", "rx/sfx", Algorithm::RX_SFX },
|
||||||
{ "RandomSFX", nullptr, Algorithm::RX_SFX },
|
{ "RandomSFX", nullptr, Algorithm::RX_SFX },
|
||||||
{ "RandomV", "rx/v", Algorithm::RX_V },
|
{ "randomx/v", "rx/v", Algorithm::RX_V },
|
||||||
|
{ "RandomV", nullptr, Algorithm::RX_V },
|
||||||
# endif
|
# endif
|
||||||
# ifdef XMRIG_ALGO_ARGON2
|
# ifdef XMRIG_ALGO_ARGON2
|
||||||
{ "argon2/chukwa", nullptr, Algorithm::AR2_CHUKWA },
|
{ "argon2/chukwa", nullptr, Algorithm::AR2_CHUKWA },
|
||||||
|
|||||||
Reference in New Issue
Block a user