cmd/geth: load native tracers

This commit is contained in:
Sina Mahmoodi
2021-11-02 16:45:03 +01:00
parent 360e3ba352
commit c55a903e77

View File

@ -39,6 +39,10 @@ import (
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/metrics"
"github.com/ethereum/go-ethereum/node"
// Force-load the native, to trigger registration
_ "github.com/ethereum/go-ethereum/eth/tracers/native"
"gopkg.in/urfave/cli.v1"
)