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

@ -63,8 +63,6 @@ module.exports = function(logger, poolConfig){
} }
}); });
var _lastShareTimes = {};
this.handleShare = function(isValidShare, isValidBlock, shareData) { this.handleShare = function(isValidShare, isValidBlock, shareData) {
var redisCommands = []; var redisCommands = [];