From 7e3802ce0b6792d245318f586d151850bad97f42 Mon Sep 17 00:00:00 2001 From: "sol.lederer" Date: Tue, 24 May 2022 15:19:19 -0400 Subject: [PATCH] doc: clarification on (in)active args for delegates --- src/proto_alpha/lib_protocol/delegate_services.ml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/proto_alpha/lib_protocol/delegate_services.ml b/src/proto_alpha/lib_protocol/delegate_services.ml index b3daf7ff85bc..6a07486f0c1a 100644 --- a/src/proto_alpha/lib_protocol/delegate_services.ml +++ b/src/proto_alpha/lib_protocol/delegate_services.ml @@ -186,11 +186,12 @@ module S = struct let list_delegate = RPC_service.get_service ~description: - "Lists all registered delegates. The arguments `active`, `inactive`, \ - `with_minimal_stake`, and `without_minimal_stake` allow to enumerate \ - only the delegates that are active, inactive, have at least a minimal \ - stake to participate in consensus and in governance, or do not have \ - such a minimal stake, respectively." + "Lists all registered delegates by default. The arguments `active`, \ + `inactive`, `with_minimal_stake`, and `without_minimal_stake` allow \ + to enumerate only the delegates that are active, inactive, have at \ + least a minimal stake to participate in consensus and in governance, \ + or do not have such a minimal stake, respectively. Note, setting \ + these arguments to false has no effect." ~query:list_query ~output:(list Signature.Public_key_hash.encoding) raw_path -- GitLab