Explorar o código

Remove redundant "active" field from /.health

Zed %!s(int64=2) %!d(string=hai) anos
pai
achega
1d20bd01cb
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/auth.nim

+ 0 - 1
src/auth.nim

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