Temporary added "cn/r" alias for test pool.

This commit is contained in:
XMRig
2019-02-11 05:46:43 +07:00
parent b109070288
commit d168178366
2 changed files with 4 additions and 0 deletions

View File

@@ -172,6 +172,9 @@ inline uint32_t cn_select_iter(Algo algorithm, Variant variant)
case CRYPTONIGHT_HEAVY:
return CRYPTONIGHT_HEAVY_ITER;
case CRYPTONIGHT_PICO:
return CRYPTONIGHT_TRTL_ITER;
default:
break;
}