remove key from storagechanges

pull/7/head
yann300 8 years ago
parent f72534e5dd
commit c5b4fc96c5
  1. 5
      src/trace/traceCache.js

@ -106,11 +106,6 @@ TraceCache.prototype.accumulateStorageChanges = function (index, address, storag
key: sstore.key,
value: sstore.value
}
ret[sstore.key] = {
hashedKey: sstore.hashedKey,
key: sstore.key,
value: sstore.value
}
}
}
return ret

Loading…
Cancel
Save