Update eth/tracers/native/keccak256_preimage.go

Co-authored-by: Sina M <1591639+s1na@users.noreply.github.com>
This commit is contained in:
Dragan Milic 2025-09-11 12:00:04 +02:00 committed by GitHub
parent 71d23131c9
commit e024b94b38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ import (
) )
func init() { 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. // keccak256preimageTracer is a native tracer that will collect preimages of all keccak256 calls.