We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b426652 commit 3cb0a39Copy full SHA for 3cb0a39
accountStorage.go
@@ -54,7 +54,7 @@ func NewAccountStorage(
54
values := make(StorageItem)
55
k, v := iterator.Next()
56
for v != nil {
57
- exportedValue, err := runtime.ExportValue(v, inter, nil)
+ exportedValue, err := runtime.ExportValue(v, inter, interpreter.EmptyLocationRange)
58
if err != nil {
59
continue // just skip errored value
60
}
0 commit comments