Skip to content

Commit

Permalink
Changed to milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiNano committed Apr 10, 2024
1 parent 7a3c990 commit 4e7c6e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/commands/rpc-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ _version 27.0+_

Returns the number of each election type, the maximum and average election age from Active Election Container (AEC).

Values in `max_election_age` and `average_election_age` are in seconds.
Values in `max_election_age` and `average_election_age` are in milliseconds.

**Request:**
```json
Expand All @@ -1710,8 +1710,8 @@ Values in `max_election_age` and `average_election_age` are in seconds.
"optimistic": "19",
"total": "171",
"aec_utilization_percentage": "3.42",
"max_election_age": "5.49",
"average_election_age": "0.52"
"max_election_age": "5493",
"average_election_age": "421"
}
```

Expand Down

0 comments on commit 4e7c6e5

Please sign in to comment.