diff options
Diffstat (limited to 'p2p/simulations/network_test.go')
-rw-r--r-- | p2p/simulations/network_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p2p/simulations/network_test.go b/p2p/simulations/network_test.go index f34935265..5e550cd49 100644 --- a/p2p/simulations/network_test.go +++ b/p2p/simulations/network_test.go @@ -22,8 +22,8 @@ import ( "testing" "time" - "github.com/ethereum/go-ethereum/p2p/enode" - "github.com/ethereum/go-ethereum/p2p/simulations/adapters" + "github.com/dexon-foundation/dexon/p2p/enode" + "github.com/dexon-foundation/dexon/p2p/simulations/adapters" ) // TestNetworkSimulation creates a multi-node simulation network with each node |