Add "cn/conceal" alias for hashvault.pro pool.

This commit is contained in:
XMRig
2020-06-07 15:22:05 +07:00
parent 2c6723f3aa
commit de06c114a5

View File

@@ -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 },
};