Removed coin switch debug
This commit is contained in:
parent
5b3c12508e
commit
ef95233a1f
4
init.js
4
init.js
@ -50,7 +50,7 @@ if (cluster.isWorker){
|
|||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
} else {
|
} /* else {
|
||||||
var coinNames = ['alphacoin','frankocoin','emerald','kittehcoin'];
|
var coinNames = ['alphacoin','frankocoin','emerald','kittehcoin'];
|
||||||
var curIndex = 0;
|
var curIndex = 0;
|
||||||
setInterval(function () {
|
setInterval(function () {
|
||||||
@ -61,7 +61,7 @@ if (cluster.isWorker){
|
|||||||
cluster.workers[id].send(ipcMessage);
|
cluster.workers[id].send(ipcMessage);
|
||||||
});
|
});
|
||||||
}, 20000);
|
}, 20000);
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user