From ce421f3fb34823a3075bb855df9e712f896f3314 Mon Sep 17 00:00:00 2001 From: Julien Sagot Date: Mon, 26 May 2025 17:18:17 +0200 Subject: [PATCH] Alpha/DAL: use the right register_error_kind function --- src/proto_alpha/lib_dal/dal_plugin_registration.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto_alpha/lib_dal/dal_plugin_registration.ml b/src/proto_alpha/lib_dal/dal_plugin_registration.ml index c5c252097b1a..1d1d3a23c89c 100644 --- a/src/proto_alpha/lib_dal/dal_plugin_registration.ml +++ b/src/proto_alpha/lib_dal/dal_plugin_registration.ml @@ -43,7 +43,7 @@ module Plugin = struct type error += Aggregation_result_size_error let () = - register_error_kind + Protocol_client_context.register_error_kind `Permanent ~id:"Aggregation_result_size_error" ~title:"Bad aggregagtion result size" -- GitLab