mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 08:03:48 +00:00
force load live tracer set
This commit is contained in:
parent
5bc3f62647
commit
cd8c4c589f
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue