aboutsummaryrefslogtreecommitdiffstats
path: root/eth/tracers/tracer_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'eth/tracers/tracer_test.go')
-rw-r--r--eth/tracers/tracer_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/eth/tracers/tracer_test.go b/eth/tracers/tracer_test.go
index a45a12115..75140a5db 100644
--- a/eth/tracers/tracer_test.go
+++ b/eth/tracers/tracer_test.go
@@ -24,10 +24,10 @@ import (
"testing"
"time"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/core/state"
- "github.com/ethereum/go-ethereum/core/vm"
- "github.com/ethereum/go-ethereum/params"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/core/state"
+ "github.com/dexon-foundation/dexon/core/vm"
+ "github.com/dexon-foundation/dexon/params"
)
type account struct{}