Commit e02ab03f authored by yann300's avatar yann300

fix full storage changes

parent 675c97fd
......@@ -45,7 +45,7 @@ FullStoragesChanges.prototype.init = function () {
if (index === self.traceLength - 1) {
var storageJSON = {}
for (var k in self.addresses) {
self.traceManager.getStorageAt(index, null, function (error, result) {
self.traceManager.getStorageAt(index, this.parent.tx, function (error, result) {
if (!error) {
storageJSON[self.addresses[k]] = result
self.basicPanel.update(storageJSON)
......
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