Change function references from aeso_sophia to aeb_aevm_data

This commit is contained in:
Robert Virding
2019-03-27 18:28:34 +01:00
parent 0528ee1229
commit 333bf53537
5 changed files with 35 additions and 5 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ heap_value_heap({_, Heap}) -> Heap#heap.heap.
%% -- Value to binary --------------------------------------------------------
-spec to_binary(aeso_sophia:data()) -> aeso_sophia:heap().
-spec to_binary(aeb_aevm_data:data()) -> aeb_aevm_data:heap().
%% Encode the data as a heap where the first word is the value (for unboxed
%% types) or a pointer to the value (for boxed types).
to_binary(Data) ->