From 31a2728909c89b41611ce7fabf47451fdc1c7495 Mon Sep 17 00:00:00 2001 From: Benjamin Canou Date: Fri, 28 Jul 2017 15:05:23 +0200 Subject: [PATCH] Michelson: fix typo in runtime error message --- src/proto/alpha/script_interpreter.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto/alpha/script_interpreter.ml b/src/proto/alpha/script_interpreter.ml index e4a3ef4f0..c9b4db4ff 100644 --- a/src/proto/alpha/script_interpreter.ml +++ b/src/proto/alpha/script_interpreter.ml @@ -576,7 +576,7 @@ and execute ?log origination orig source ctxt storage script amount arg qta = parse_data ctxt arg_type arg >>=? fun arg -> parse_data ctxt storage_type storage >>=? fun storage -> trace - (Runtime_contract_error (source, code, arg_type, ret_type_full, storage_type)) + (Runtime_contract_error (source, code, arg_type, ret_type, storage_type)) (interp ?log origination qta orig source amount ctxt lambda (arg, storage)) >>=? fun (ret, qta, ctxt, origination) -> let ret, storage = ret in