From 4e7c6e56e4d459da059bf9527c986b00775f0cd2 Mon Sep 17 00:00:00 2001 From: RickiNano <81099017+RickiNano@users.noreply.github.com> Date: Wed, 10 Apr 2024 14:32:27 +0200 Subject: [PATCH] Changed to milliseconds --- docs/commands/rpc-protocol.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/commands/rpc-protocol.md b/docs/commands/rpc-protocol.md index 31fb17a9d..aca644088 100644 --- a/docs/commands/rpc-protocol.md +++ b/docs/commands/rpc-protocol.md @@ -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 @@ -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" } ```