Update poolWorker.js

var created above is spelled as initalPool not initialPool.
This commit is contained in:
jkoornneef 2014-10-14 23:02:31 -04:00
parent 3a8e470caa
commit 3036375362
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ module.exports = function(logger){
if (pools[currentPool])
pools[currentPool].getStratumServer().handleNewClient(socket);
else
pools[initialPool].getStratumServer().handleNewClient(socket);
pools[initalPool].getStratumServer().handleNewClient(socket);
}).listen(parseInt(port), function() {
logger.debug(logSystem, logComponent, logSubCat, 'Switching "' + switchName