eth/tracers: clean-up tracer collection #24320 (#1274)

This commit is contained in:
Daniel Liu 2025-09-08 17:47:33 +08:00 committed by GitHub
parent 0c293e5c34
commit 4f738d2191
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 26 additions and 26 deletions

File diff suppressed because one or more lines are too long

View file

@ -31,7 +31,7 @@ import (
)
func init() {
register("nativePrestateTracer", newPrestateTracer)
register("prestateTracer", newPrestateTracer)
}
type prestate = map[common.Address]*account