Skip to content

Commit 096daa9

Browse files
author
Ikko Ashimine
authored
eth/tracers: fix typo in 4byte_tracer_legacy.js (ethereum#25020)
indentifier -> identifier
1 parent 10da980 commit 096daa9

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

Lines changed: 1 addition & 1 deletion
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)