Removed innaccurate log message
This commit is contained in:
parent
eaf8f99d30
commit
98e57a1712
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue