remove hashedKey from the storagechange value

pull/7/head
yann300 8 years ago
parent 3da6ebc586
commit b03c67075e
  1. 1
      src/trace/traceCache.js

@ -102,7 +102,6 @@ TraceCache.prototype.accumulateStorageChanges = function (index, address, storag
var sstore = this.sstore[changesIndex]
if (sstore.address === address && sstore.key) {
ret[sstore.hashedKey] = {
hashedKey: sstore.hashedKey,
key: sstore.key,
value: sstore.value
}

Loading…
Cancel
Save