From 98e57a171276584f14ed408577ab7b03eb2917cc Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 4 Mar 2014 01:34:24 -0700 Subject: [PATCH] Removed innaccurate log message --- lib/pool.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/pool.js b/lib/pool.js index e7cecf1..eadea66 100644 --- a/lib/pool.js +++ b/lib/pool.js @@ -87,7 +87,6 @@ var pool = module.exports = function pool(options, authorizeFn){ }*/ }); - emitLog("system", "VarDiff enabled and setup"); } /* @@ -295,7 +294,7 @@ var pool = module.exports = function pool(options, authorizeFn){ var networkDifficulty = Math.round(results.miningInfo.difficulty * 65536); emitLog('network', 'Current block height at ' + results.miningInfo.blocks + - ' with difficulty of ' + networkDifficulty); + ' with block difficulty of ' + networkDifficulty); Object.keys(options.ports).forEach(function(port){ var portDiff = options.ports[port].diff;