diff options
Diffstat (limited to 'p2p/discv5/sim_test.go')
-rw-r--r-- | p2p/discv5/sim_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/discv5/sim_test.go b/p2p/discv5/sim_test.go index 543faecd4..53b94b247 100644 --- a/p2p/discv5/sim_test.go +++ b/p2p/discv5/sim_test.go @@ -28,7 +28,7 @@ import ( "testing" "time" - "github.com/ethereum/go-ethereum/common" + "github.com/dexon-foundation/dexon/common" ) // In this test, nodes try to randomly resolve each other. |