diff --git a/src/proto_alpha/lib_protocol/dal_errors_repr.ml b/src/proto_alpha/lib_protocol/dal_errors_repr.ml index a59ffbddcc0329ff4a2a170cd6fbca4eaee15d44..7728cc1161418760940684df6487759583e843a8 100644 --- a/src/proto_alpha/lib_protocol/dal_errors_repr.ml +++ b/src/proto_alpha/lib_protocol/dal_errors_repr.ml @@ -303,7 +303,8 @@ let () = ~id:"dal_cryptobox_error" ~title:"DAL cryptobox error" ~description:"Error occurred while initialising the cryptobox" - ~pp:(fun ppf e -> Format.fprintf ppf "Dal commitment proof error: %s" e) + ~pp:(fun ppf e -> + Format.fprintf ppf "DAL cryptobox initialisation error: %s" e) (obj1 (req "error" (string Plain))) (function | Dal_cryptobox_error {explanation} -> Some explanation | _ -> None)