Remove redundant "active" field from /.health
This commit is contained in:
@@ -71,7 +71,6 @@ proc getAccountPoolHealth*(): JsonNode =
|
|||||||
return %*{
|
return %*{
|
||||||
"accounts": %*{
|
"accounts": %*{
|
||||||
"total": accountPool.len,
|
"total": accountPool.len,
|
||||||
"active": accountPool.len - limited.card,
|
|
||||||
"limited": limited.card,
|
"limited": limited.card,
|
||||||
"oldest": $fromUnix(oldest),
|
"oldest": $fromUnix(oldest),
|
||||||
"newest": $fromUnix(newest),
|
"newest": $fromUnix(newest),
|
||||||
|
|||||||
Reference in New Issue
Block a user