forked from cerc-io/plugeth
Updated eth/pluginhooks to acoomodate live tracing
This commit is contained in:
parent
b7c57d47ec
commit
956eef4abe
@ -40,7 +40,7 @@ func (mt *metaTracer) CaptureEnd(output []byte, gasUsed uint64, t time.Duration,
|
|||||||
|
|
||||||
func PluginUpdateBlockchainVMConfig(pl *plugins.PluginLoader, cfg *vm.Config) {
|
func PluginUpdateBlockchainVMConfig(pl *plugins.PluginLoader, cfg *vm.Config) {
|
||||||
tracerList := plugins.Lookup("LiveTracer", func(item interface{}) bool {
|
tracerList := plugins.Lookup("LiveTracer", func(item interface{}) bool {
|
||||||
_, ok := item.(*vm.Tracer)
|
_, ok := item.(core.TracerResult)
|
||||||
log.Info("Item is LiveTracer", "ok", ok, "type", reflect.TypeOf(item))
|
log.Info("Item is LiveTracer", "ok", ok, "type", reflect.TypeOf(item))
|
||||||
return ok
|
return ok
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user