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

This commit is contained in:
XMRig 2019-02-11 05:46:43 +07:00
parent 36ce144d35
commit a6813ef4f5
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;
}