Manual touches to modify types to conform to geth v1.11.1

This commit is contained in:
philip-morlier
2023-02-17 08:29:46 -08:00
parent 2f6b8d86f1
commit ef92d21d25
7 changed files with 31 additions and 68 deletions
+1 -1
View File
@@ -961,7 +961,7 @@ func (api *API) traceTx(ctx context.Context, message core.Message, txctx *Contex
if tr, ok := getPluginTracer(*config.Tracer); ok {
tracer = tr(statedb, vmctx)
} else {
tracer, err = New(*config.Tracer, txctx, config.TracerConfig)
tracer, err = DefaultDirectory.New(*config.Tracer, txctx, config.TracerConfig)
if err != nil {
return nil, err
}