Преглед на файлове

Remove redundant "active" field from /.health

Zed преди 2 години
родител
ревизия
1d20bd01cb
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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),