fix orphan stat source
This commit is contained in:
parent
34375e1f8e
commit
de0b5eb1cd
@ -114,7 +114,7 @@ module.exports = function(logger, portalConfig, poolConfigs){
|
|||||||
['hgetall', ':stats'],
|
['hgetall', ':stats'],
|
||||||
['scard', ':blocksPending'],
|
['scard', ':blocksPending'],
|
||||||
['scard', ':blocksConfirmed'],
|
['scard', ':blocksConfirmed'],
|
||||||
['scard', ':blocksOrphaned']
|
['scard', ':blocksKicked']
|
||||||
];
|
];
|
||||||
|
|
||||||
var commandsPerCoin = redisCommandTemplates.length;
|
var commandsPerCoin = redisCommandTemplates.length;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user