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

* eth/tracers: clean-up tracer collection

* Rm test for dropped tracer
This commit is contained in:
Sina Mahmoodi
2022-02-01 10:44:44 +01:00
committed by GitHub
parent b868ca1790
commit c5436c8eb7
7 changed files with 36 additions and 175 deletions

View File

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