Skip to content

Commit

Permalink
eth/tracers: fix typo in 4byte_tracer_legacy.js (ethereum#25020)
Browse files Browse the repository at this point in the history
indentifier -> identifier
  • Loading branch information
eltociear committed Jun 6, 2022
1 parent 10da980 commit 096daa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/tracers/js/internal/tracers/4byte_tracer_legacy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 096daa9

Please sign in to comment.