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