From b94b3166bd05f104e7019e71ab2e174fb9f7f734 Mon Sep 17 00:00:00 2001 From: Julien Tesson Date: Mon, 24 Jun 2024 15:16:56 +0200 Subject: [PATCH] proto/staking: fix error classification for cannot_stake --- src/proto_alpha/lib_protocol/staking.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto_alpha/lib_protocol/staking.ml b/src/proto_alpha/lib_protocol/staking.ml index 53b30cb6b8fb..c6ba6b16e06a 100644 --- a/src/proto_alpha/lib_protocol/staking.ml +++ b/src/proto_alpha/lib_protocol/staking.ml @@ -34,7 +34,7 @@ let () = cycle (no more than consensus_rights_delay + max_slashing_period)." in register_error_kind - `Permanent + `Temporary ~id: "operation.cannot_stake_with_unfinalizable_unstake_requests_to_another_delegate" ~title: -- GitLab