Add short name for KawPow algo
This commit is contained in:
parent
b0de5aefb1
commit
cfaf7f7b31
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ static AlgoName const algorithm_names[] = {
|
|||
{ "astrobwt/dero", nullptr, Algorithm::ASTROBWT_DERO },
|
||||
# endif
|
||||
# ifdef XMRIG_ALGO_KAWPOW
|
||||
{ "kawpow", nullptr, Algorithm::KAWPOW_RVN },
|
||||
{ "kawpow/rvn", nullptr, Algorithm::KAWPOW_RVN },
|
||||
{ "kawpow", "kawpow", Algorithm::KAWPOW_RVN },
|
||||
{ "kawpow/rvn", "kawpow", Algorithm::KAWPOW_RVN },
|
||||
# endif
|
||||
{ "cryptonight/ccx", "cn/ccx", Algorithm::CN_CCX },
|
||||
{ "cryptonight/conceal", "cn/conceal", Algorithm::CN_CCX },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue