mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
Update eth/tracers/native/keccak256_preimage.go
Co-authored-by: Sina M <1591639+s1na@users.noreply.github.com>
This commit is contained in:
parent
71d23131c9
commit
e024b94b38
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ import (
|
|||
)
|
||||
|
||||
func init() {
|
||||
tracers.DefaultDirectory.Register("keccak256preimageTracer", newKeccak256preimageTracer, false)
|
||||
tracers.DefaultDirectory.Register("keccak256PreimageTracer", newKeccak256preimageTracer, false)
|
||||
}
|
||||
|
||||
// keccak256preimageTracer is a native tracer that will collect preimages of all keccak256 calls.
|
||||
|
|
|
|||
Loading…
Reference in a new issue