fix orphan stat source

This commit is contained in:
unknown 2018-01-28 19:33:36 -08:00 committed by Matthew Little
parent 34375e1f8e
commit de0b5eb1cd

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;