Fix type spec

This commit is contained in:
Thomas Arts
2019-06-19 12:38:55 +02:00
parent ff11943576
commit d571993405
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -329,8 +329,7 @@ create_calldata(Code, Fun, Args) ->
create_calldata(Code, Fun, Args, [{backend, aevm}]).
-spec create_calldata(string(), string(), [string()], [{atom(), any()}]) ->
{ok, binary(), aeb_aevm_data:type(), aeb_aevm_data:type()}
| {ok, binary()}
{ok, binary()}
| {error, term()}.
create_calldata(Code, Fun, Args, Options) ->
case proplists:get_value(backend, Options, aevm) of