mirror of https://github.com/BTCPrivate/z-nomp.git
Update shareProcessor.js
This commit is contained in:
parent
6f62e0a7c6
commit
3062f5ae9e
|
@ -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...");
|
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) {
|
this.handleShare = function(isValidShare, isValidBlock, shareData) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue