diff --git a/src/base/crypto/Algorithm.cpp b/src/base/crypto/Algorithm.cpp index 91c31d608..e71ca168d 100644 --- a/src/base/crypto/Algorithm.cpp +++ b/src/base/crypto/Algorithm.cpp @@ -128,6 +128,7 @@ static AlgoName const algorithm_names[] = { { "kawpow/rvn", nullptr, Algorithm::KAWPOW_RVN }, # endif { "cryptonight/ccx", "cn/ccx", Algorithm::CN_CCX }, + { "cryptonight/conceal", "cn/conceal", Algorithm::CN_CCX }, };