Unverified Commit 096daa9a authored by Ikko Ashimine's avatar Ikko Ashimine Committed by GitHub

eth/tracers: fix typo in 4byte_tracer_legacy.js (#25020)

indentifier -> identifier
parent 10da9807
......@@ -46,7 +46,7 @@
return false;
},
// store save the given indentifier and datasize.
// store save the given identifier and datasize.
store: function(id, size){
var key = "" + toHex(id) + "-" + size;
this.ids[key] = this.ids[key] + 1 || 1;
......
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