From fad851561b6d55a119fc1613c47b6cb63f95e42c Mon Sep 17 00:00:00 2001 From: Benjamin Canou Date: Mon, 25 Jun 2018 23:33:37 +0200 Subject: [PATCH] Client: fix error message --- src/proto_alpha/lib_client/michelson_v1_error_reporter.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto_alpha/lib_client/michelson_v1_error_reporter.ml b/src/proto_alpha/lib_client/michelson_v1_error_reporter.ml index 712125083..dd5804c1f 100644 --- a/src/proto_alpha/lib_client/michelson_v1_error_reporter.ml +++ b/src/proto_alpha/lib_client/michelson_v1_error_reporter.ml @@ -225,7 +225,7 @@ let report_errors ~details ~show_source ?parsed ppf errs = print_trace locations rest | Alpha_environment.Ecoproto_error Gas.Gas_limit_too_high :: rest -> Format.fprintf ppf - "Gas limit for the block is out of the protocol hard bounds." ; + "Gas limit for the operation is out of the protocol hard bounds." ; if rest <> [] then Format.fprintf ppf "@," ; print_trace locations rest | Alpha_environment.Ecoproto_error Gas.Block_quota_exceeded :: rest ->