Sfoglia il codice sorgente

Remove redundant "active" field from /.health

Zed 2 anni fa
parent
commit
1d20bd01cb
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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),