diff options
Diffstat (limited to 'p2p/discv5/table_test.go')
-rw-r--r-- | p2p/discv5/table_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p2p/discv5/table_test.go b/p2p/discv5/table_test.go index a29943dab..b5442dfe1 100644 --- a/p2p/discv5/table_test.go +++ b/p2p/discv5/table_test.go @@ -27,8 +27,8 @@ import ( "testing/quick" "time" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/crypto" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/crypto" ) type nullTransport struct{} |