Skip to content

Commit 3cb0a39

Browse files
committed
pass empty location range
1 parent b426652 commit 3cb0a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accountStorage.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func NewAccountStorage(
5454
values := make(StorageItem)
5555
k, v := iterator.Next()
5656
for v != nil {
57-
exportedValue, err := runtime.ExportValue(v, inter, nil)
57+
exportedValue, err := runtime.ExportValue(v, inter, interpreter.EmptyLocationRange)
5858
if err != nil {
5959
continue // just skip errored value
6060
}

0 commit comments

Comments
 (0)