Commit 0e24411a authored by aniket-engg's avatar aniket-engg

fix

parent 198c8c19
...@@ -34,7 +34,7 @@ class StateManagerCommonStorageDump extends StateManager { ...@@ -34,7 +34,7 @@ class StateManagerCommonStorageDump extends StateManager {
} }
putContractStorage (address, key, value, cb) { putContractStorage (address, key, value, cb) {
this.keyHashes[ethUtil.sha3(key).toString('hex')] = ethUtil.bufferToHex(key) this.keyHashes[ethUtil.keccak(key).toString('hex')] = ethUtil.bufferToHex(key)
super.putContractStorage(address, key, value, cb) super.putContractStorage(address, key, value, cb)
} }
......
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