Commit c5b4fc96 authored by yann300's avatar yann300

remove key from storagechanges

parent f72534e5
...@@ -106,11 +106,6 @@ TraceCache.prototype.accumulateStorageChanges = function (index, address, storag ...@@ -106,11 +106,6 @@ TraceCache.prototype.accumulateStorageChanges = function (index, address, storag
key: sstore.key, key: sstore.key,
value: sstore.value value: sstore.value
} }
ret[sstore.key] = {
hashedKey: sstore.hashedKey,
key: sstore.key,
value: sstore.value
}
} }
} }
return ret return ret
......
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