Remove redundant "active" field from /.health
This commit is contained in:
parent
58e73a14c5
commit
1d20bd01cb
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ proc getAccountPoolHealth*(): JsonNode =
|
|||
return %*{
|
||||
"accounts": %*{
|
||||
"total": accountPool.len,
|
||||
"active": accountPool.len - limited.card,
|
||||
"limited": limited.card,
|
||||
"oldest": $fromUnix(oldest),
|
||||
"newest": $fromUnix(newest),
|
||||
|
|
Loading…
Reference in a new issue