force load live tracer set

This commit is contained in:
Sina Mahmoodi 2023-11-24 18:39:09 +03:30
parent 5bc3f62647
commit cd8c4c589f
1 changed files with 1 additions and 0 deletions

View File

@ -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"