forked from cerc-io/plugeth
eth/tracers: fix typo in 4byte_tracer_legacy.js (#25020)
indentifier -> identifier
This commit is contained in:
parent
10da98072c
commit
096daa9a7d
@ -46,7 +46,7 @@
|
|||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
|
|
||||||
// store save the given indentifier and datasize.
|
// store save the given identifier and datasize.
|
||||||
store: function(id, size){
|
store: function(id, size){
|
||||||
var key = "" + toHex(id) + "-" + size;
|
var key = "" + toHex(id) + "-" + size;
|
||||||
this.ids[key] = this.ids[key] + 1 || 1;
|
this.ids[key] = this.ids[key] + 1 || 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user