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
+2 -2
View File
@@ -1,6 +1,6 @@
-record(pmap, {key_t :: aeso_sophia:type(),
val_t :: aeso_sophia:type(),
-record(pmap, {key_t :: aeb_aevm_data:type(),
val_t :: aeb_aevm_data:type(),
parent :: none | non_neg_integer(),
size = 0 :: non_neg_integer(),
data :: #{aeb_heap:binary_value() => aeb_heap:binary_value() | tombstone}