Commit d35ac4ed authored by Ethan_Wan's avatar Ethan_Wan Committed by Aniket

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

parent 7478ce8e
......@@ -171,7 +171,7 @@ class VmDebuggerLogic {
if (!self.storageResolver) return
if (index !== self.traceLength - 1) {
return self.event.trigger('traceLengthUpdate', [{}])
return self.event.trigger('traceStorageUpdate', [{}])
}
var storageJSON = {}
for (var k in self.addresses) {
......
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