mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 00:53:47 +00:00
eth/tracers: fix typo in 4byte_tracer_legacy.js (#25020)
indentifier -> identifier
This commit is contained in:
parent
10da98072c
commit
096daa9a7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue