Remove redundant "active" field from /.health
This commit is contained in:
		
							parent
							
								
									58e73a14c5
								
							
						
					
					
						commit
						1d20bd01cb
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -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),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue