Update shareProcessor.js

This commit is contained in:
hellcatz 2017-05-06 17:46:42 -07:00 committed by GitHub
parent 6f62e0a7c6
commit 3062f5ae9e
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ module.exports = function(logger, poolConfig){
logger.error(logSystem, logComponent, logSubCat, "You're using redis version " + versionString + " the minimum required version is 2.6. Follow the damn usage instructions...");
}
});
var _lastShareTimes = {};
this.handleShare = function(isValidShare, isValidBlock, shareData) {