diff options
Diffstat (limited to 'eth/tracers/tracers.go')
-rw-r--r-- | eth/tracers/tracers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/tracers/tracers.go b/eth/tracers/tracers.go index 4e1ef23ad..ebfb222af 100644 --- a/eth/tracers/tracers.go +++ b/eth/tracers/tracers.go @@ -21,7 +21,7 @@ import ( "strings" "unicode" - "github.com/ethereum/go-ethereum/eth/tracers/internal/tracers" + "github.com/dexon-foundation/dexon/eth/tracers/internal/tracers" ) // all contains all the built in JavaScript tracers by name. |