force load live tracer set
This commit is contained in:
parent
5bc3f62647
commit
cd8c4c589f
|
@ -43,6 +43,7 @@ import (
|
|||
|
||||
// Force-load the tracer engines to trigger registration
|
||||
_ "github.com/ethereum/go-ethereum/eth/tracers/js"
|
||||
_ "github.com/ethereum/go-ethereum/eth/tracers/live"
|
||||
_ "github.com/ethereum/go-ethereum/eth/tracers/native"
|
||||
|
||||
"github.com/urfave/cli/v2"
|
||||
|
|
Loading…
Reference in New Issue