fix storageSlot

pull/7/head
yann300 8 years ago
parent 0ba6cd5eec
commit cd9dd859ad
  1. 2
      src/storage/storageViewer.js

@ -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)
} }
}) })
} }

Loading…
Cancel
Save