diff options
Diffstat (limited to 'p2p/discv5/topic.go')
-rw-r--r-- | p2p/discv5/topic.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p2p/discv5/topic.go b/p2p/discv5/topic.go index 609a41297..9ab29a9ff 100644 --- a/p2p/discv5/topic.go +++ b/p2p/discv5/topic.go @@ -23,8 +23,8 @@ import ( "math/rand" "time" - "github.com/ethereum/go-ethereum/common/mclock" - "github.com/ethereum/go-ethereum/log" + "github.com/dexon-foundation/dexon/common/mclock" + "github.com/dexon-foundation/dexon/log" ) const ( |