Commit cd9dd859 authored by yann300's avatar yann300

fix storageSlot

parent 0ba6cd5e
...@@ -44,7 +44,7 @@ class StorageViewer { ...@@ -44,7 +44,7 @@ class StorageViewer {
if (error) { if (error) {
callback(error) callback(error)
} else { } else {
callback(null, storage[hashed] !== undefined ? storage[hashed] : null) callback(null, storage)
} }
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment