First commit fixinng references from aeso_ to aeb_

Also remove local copies of modules moved to aebytecode.
This commit is contained in:
Robert Virding
2019-03-20 17:56:54 +01:00
parent 3271d6fba4
commit 0d8b7c7c79
8 changed files with 14 additions and 558 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ make_args(Args) ->
fun_hash({FName, _, Args, _, TypeRep}) ->
ArgType = {tuple, [T || {_, T} <- Args]},
<<Hash:256>> = aeso_abi:function_type_hash(list_to_binary(lists:last(FName)), ArgType, TypeRep),
<<Hash:256>> = aeb_abi:function_type_hash(list_to_binary(lists:last(FName)), ArgType, TypeRep),
{integer, Hash}.
%% Expects two return addresses below N elements on the stack. Picks the top