forked from cerc-io/plugeth
Left comments on all PluGeth code injections
This commit is contained in:
committed by
Austin Roberts
parent
4211c5c401
commit
fd0aaa1d6b
@@ -881,7 +881,9 @@ func (api *API) traceTx(ctx context.Context, message core.Message, txctx *Contex
|
||||
}
|
||||
}
|
||||
// Get the tracer from the plugin loader
|
||||
//begin PluGeth code injection
|
||||
if tr, ok := getPluginTracer(*config.Tracer); ok {
|
||||
//end PluGeth code injection
|
||||
tracer = tr(statedb, vmctx)
|
||||
} else {
|
||||
// Constuct the JavaScript tracer to execute with
|
||||
|
||||
Reference in New Issue
Block a user