From 75f3119b88f9d31a0332fe71302d50f694760269 Mon Sep 17 00:00:00 2001 From: Julien Tesson Date: Wed, 14 Feb 2024 16:51:24 +0100 Subject: [PATCH] proto/delegate_services: change frozen-deposit documentation --- src/proto_alpha/lib_protocol/delegate_services.ml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/proto_alpha/lib_protocol/delegate_services.ml b/src/proto_alpha/lib_protocol/delegate_services.ml index ad13cc74a005..d96373264562 100644 --- a/src/proto_alpha/lib_protocol/delegate_services.ml +++ b/src/proto_alpha/lib_protocol/delegate_services.ml @@ -334,9 +334,8 @@ module S = struct let frozen_deposits = RPC_service.get_service ~description: - "Returns the amount of the frozen deposits (in mutez) at the beginning \ - of the current cycle. It doesn't count frozen deposits unstaked \ - before the current cycle." + "Returns the amount (in mutez) frozen as a deposit at the time the \ + staking rights for the current cycle where computed." ~query:RPC_query.empty ~output:Tez.encoding RPC_path.(path / "frozen_deposits") -- GitLab