Skip to content

Commit

Permalink
add debug tracer init
Browse files Browse the repository at this point in the history
  • Loading branch information
ttblack committed May 26, 2023
1 parent d0bb270 commit 9347840
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/geth/main.go
Expand Up @@ -50,6 +50,10 @@ import (
"github.com/elastos/Elastos.ELA.SideChain.ESC/spv"
"github.com/elastos/Elastos.ELA.SideChain.ESC/withdrawfailedtx"

// Force-load the tracer engines to trigger registration
_ "github.com/elastos/Elastos.ELA.SideChain.ESC/eth/tracers/js"
_ "github.com/elastos/Elastos.ELA.SideChain.ESC/eth/tracers/native"

elacom "github.com/elastos/Elastos.ELA/common"
"github.com/elastos/Elastos.ELA/core/contract"

Expand Down

0 comments on commit 9347840

Please sign in to comment.