Orphaned stats fix (#26)

This commit is contained in:
fxminer 2016-12-07 00:56:34 +01:00 committed by Joshua Yabut
parent d255083e1c
commit baaf5ef62d
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ module.exports = function(logger, portalConfig, poolConfigs){
['hgetall', ':stats'],
['scard', ':blocksPending'],
['scard', ':blocksConfirmed'],
['scard', ':blocksOrphaned']
['scard', ':blocksKicked']
];
var commandsPerCoin = redisCommandTemplates.length;