diff --git a/src/proto_alpha/lib_protocol/delegate_services.ml b/src/proto_alpha/lib_protocol/delegate_services.ml index b3daf7ff85bc01f77f5ef93159f7f41a1d6861be..6a07486f0c1ade58ac04baeffe062e7ce4535f15 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