From baaf5ef62d8afbed06ebab047db58e2cab7416c7 Mon Sep 17 00:00:00 2001 From: fxminer Date: Wed, 7 Dec 2016 00:56:34 +0100 Subject: [PATCH] Orphaned stats fix (#26) --- libs/stats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/stats.js b/libs/stats.js index b8a0278..f9ffa53 100644 --- a/libs/stats.js +++ b/libs/stats.js @@ -114,7 +114,7 @@ module.exports = function(logger, portalConfig, poolConfigs){ ['hgetall', ':stats'], ['scard', ':blocksPending'], ['scard', ':blocksConfirmed'], - ['scard', ':blocksOrphaned'] + ['scard', ':blocksKicked'] ]; var commandsPerCoin = redisCommandTemplates.length;