Removed innaccurate log message

This commit is contained in:
Matt 2014-03-04 01:34:24 -07:00
parent eaf8f99d30
commit 98e57a1712
1 changed files with 1 additions and 2 deletions

View File

@ -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;