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

@ -130,10 +130,6 @@ func TestCallTracerLegacy(t *testing.T) {
testCallTracer("callTracerLegacy", "call_tracer_legacy", t)
}
func TestCallTracerJs(t *testing.T) {
testCallTracer("callTracerJs", "call_tracer", t)
}
func TestCallTracerNative(t *testing.T) {
testCallTracer("callTracer", "call_tracer", t)
}