Added cn/2 to algo test

This commit is contained in:
MoneroOcean 2018-10-11 11:48:27 +02:00
parent e314fa8ec9
commit faecf408d6

2
mt.js
View file

@ -14,7 +14,7 @@ const net = require('net');
// *** CONSTS ***
// *****************************************************************************
const algos = [ "cn/1", "cn/xtl", "cn/msr", "cn/xao", "cn/rto", "cn-heavy/0", "cn-heavy/tube", "cn-heavy/xhv", "cn-lite/1" ];
const algos = [ "cn/1", "cn/2", "cn/xtl", "cn/msr", "cn/xao", "cn/rto", "cn-heavy/0", "cn-heavy/tube", "cn-heavy/xhv", "cn-lite/1" ];
// *****************************************************************************
// *** WORKING STATE ***