From d056357e4999c6c70c8b8e85a9e4f533895ed6c2 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 26 Sep 2018 10:48:31 +0800 Subject: Change import go github.com/dexon-foundation/dexon --- node/config_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node/config_test.go') diff --git a/node/config_test.go b/node/config_test.go index b81d3d612..6bc40d455 100644 --- a/node/config_test.go +++ b/node/config_test.go @@ -24,8 +24,8 @@ import ( "runtime" "testing" - "github.com/ethereum/go-ethereum/crypto" - "github.com/ethereum/go-ethereum/p2p" + "github.com/dexon-foundation/dexon/crypto" + "github.com/dexon-foundation/dexon/p2p" ) // Tests that datadirs can be successfully created, be them manually configured -- cgit v1.2.3