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

@ -148,7 +148,7 @@ func TestZeroValueToNotExitCall(t *testing.T) {
}
_, statedb := tests.MakePreState(rawdb.NewMemoryDatabase(), alloc, false)
// Create the tracer, the EVM environment and run it
tracer, err := New("callTracer", new(Context))
tracer, err := New("callTracerJs", new(Context))
if err != nil {
t.Fatalf("failed to create call tracer: %v", err)
}