Commit b03c6707 authored by yann300's avatar yann300

remove hashedKey from the storagechange value

parent 3da6ebc5
...@@ -102,7 +102,6 @@ TraceCache.prototype.accumulateStorageChanges = function (index, address, storag ...@@ -102,7 +102,6 @@ TraceCache.prototype.accumulateStorageChanges = function (index, address, storag
var sstore = this.sstore[changesIndex] var sstore = this.sstore[changesIndex]
if (sstore.address === address && sstore.key) { if (sstore.address === address && sstore.key) {
ret[sstore.hashedKey] = { ret[sstore.hashedKey] = {
hashedKey: sstore.hashedKey,
key: sstore.key, key: sstore.key,
value: sstore.value value: sstore.value
} }
......
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