aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/discv5/topic_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/discv5/topic_test.go')
-rw-r--r--p2p/discv5/topic_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/p2p/discv5/topic_test.go b/p2p/discv5/topic_test.go
index ba79993f2..b34fa4eff 100644
--- a/p2p/discv5/topic_test.go
+++ b/p2p/discv5/topic_test.go
@@ -21,8 +21,8 @@ import (
"testing"
"time"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/common/mclock"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/common/mclock"
)
func TestTopicRadius(t *testing.T) {