|
|
@ -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 |
|
|
|
} |
|
|
|
} |
|
|
|