فهرست منبع

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