Dialyzer found an error

This commit is contained in:
Hans Svensson
2019-02-26 21:03:52 +01:00
parent 4c79f7b9f2
commit 5a3c8530b4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ translate_vm_value(_VmType, _Type, _Data) ->
-spec create_calldata(string(), string(), [string()]) ->
{ok, binary(), aeso_sophia:type(), aeso_sophia:type()}
| {error, argument_syntax_error}.
| {error, term()}.
create_calldata(Code, Fun, Args) ->
case check_call(Code, Fun, Args, []) of
{ok, FunName, {ArgTypes, RetType}, VMArgs} ->