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

@ -325,7 +325,7 @@ func TestOverriddenTraceCall(t *testing.T) {
tx, _ := types.SignTx(types.NewTransaction(uint64(i), accounts[1].addr, big.NewInt(1000), params.TxGas, b.BaseFee(), nil), signer, accounts[0].key)
b.AddTx(tx)
}))
randomAccounts, tracer := newAccounts(3), "callTracer"
randomAccounts, tracer := newAccounts(3), "callTracerJs"
var testSuite = []struct {
blockNumber rpc.BlockNumber