Update to finish supporting ZMQ + Socket.io.

Next up, documentation!
This commit is contained in:
Alexander Blair 2017-03-05 16:06:28 -08:00
parent f397c043c9
commit 885a0ef93c

View file

@ -17,7 +17,6 @@ const io = require('socket.io')(server);
let addressBase58Prefix = cnUtil.address_decode(new Buffer(global.config.pool.address));
let threadName = "";
let workerList = [];
if (cluster.isMaster) {
threadName = "(Master) ";