Remove redundant "active" field from /.health

This commit is contained in:
Zed 2023-11-01 04:16:26 +00:00
parent 58e73a14c5
commit 1d20bd01cb
1 changed files with 0 additions and 1 deletions

View File

@ -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),