Orphaned stats fix

This commit is contained in:
fxminer 2016-12-06 23:53:06 +01:00
parent d255083e1c
commit fce319caeb
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;