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

indentifier -> identifier
This commit is contained in:
Ikko Ashimine 2022-06-07 00:55:16 +09:00 committed by GitHub
parent 10da98072c
commit 096daa9a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;