eth/tracers: make native calltracer default (#23867)

This commit is contained in:
Sina Mahmoodi
2021-11-08 14:08:12 +01:00
committed by GitHub
parent 851256e856
commit 787a3b185c
6 changed files with 16 additions and 16 deletions

View File

@ -31,7 +31,7 @@ import (
)
func init() {
tracers.RegisterNativeTracer("callTracerNative", NewCallTracer)
tracers.RegisterNativeTracer("callTracer", NewCallTracer)
}
type callFrame struct {