Commit 7478ce8e authored by Ethan_Wan's avatar Ethan_Wan Committed by Aniket

fix(remix-debug): modify the event name in fullStorageChanges

parent a5aac925
...@@ -180,7 +180,7 @@ class VmDebuggerLogic { ...@@ -180,7 +180,7 @@ class VmDebuggerLogic {
storageViewer.storageRange(function (error, result) { storageViewer.storageRange(function (error, result) {
if (!error) { if (!error) {
storageJSON[address] = result storageJSON[address] = result
self.event.trigger('traceLengthUpdate', [storageJSON]) self.event.trigger('traceStorageUpdate', [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