From fb832d2650bf03fa3aec87b188e08df9b73c0cf6 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Tue, 18 Jun 2019 14:26:52 -0700 Subject: [PATCH] Test update --- mt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mt.js b/mt.js index bcf682a9..ea6f1835 100755 --- a/mt.js +++ b/mt.js @@ -14,7 +14,7 @@ const net = require('net'); // *** CONSTS *** // ***************************************************************************** -const algos = [ "cn/1", "cn/r", "cn-heavy/tube", "cn-heavy/xhv", "cn-lite/1", "cn-pic/trtl", "rx/wow" ]; +const algos = [ "cn/1", "cn/r", "cn-heavy/tube", "cn-heavy/xhv", "cn-lite/1", "cn-pico/trtl", "rx/wow" ]; // ***************************************************************************** // *** WORKING STATE ***