aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/simulations/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/simulations/test.go')
-rw-r--r--p2p/simulations/test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/p2p/simulations/test.go b/p2p/simulations/test.go
index beeb414e4..fa868dfbe 100644
--- a/p2p/simulations/test.go
+++ b/p2p/simulations/test.go
@@ -3,10 +3,10 @@ package simulations
import (
"testing"
- "github.com/ethereum/go-ethereum/p2p"
- "github.com/ethereum/go-ethereum/p2p/enode"
- "github.com/ethereum/go-ethereum/p2p/enr"
- "github.com/ethereum/go-ethereum/rpc"
+ "github.com/dexon-foundation/dexon/p2p"
+ "github.com/dexon-foundation/dexon/p2p/enode"
+ "github.com/dexon-foundation/dexon/p2p/enr"
+ "github.com/dexon-foundation/dexon/rpc"
)
// NoopService is the service that does not do anything