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

indentifier -> identifier
pull/25037/head^2
Ikko Ashimine 2 years ago committed by GitHub
parent 10da98072c
commit 096daa9a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      eth/tracers/js/internal/tracers/4byte_tracer_legacy.js

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

Loading…
Cancel
Save