Skip to content

Commit 096daa9

Browse files
authoredJun 6, 2022
eth/tracers: fix typo in 4byte_tracer_legacy.js (ethereum#25020)
indentifier -> identifier

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎eth/tracers/js/internal/tracers/4byte_tracer_legacy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
return false;
4747
},
4848

49-
// store save the given indentifier and datasize.
49+
// store save the given identifier and datasize.
5050
store: function(id, size){
5151
var key = "" + toHex(id) + "-" + size;
5252
this.ids[key] = this.ids[key] + 1 || 1;

0 commit comments

Comments
 (0)
Please sign in to comment.