diff options
Diffstat (limited to 'node/config_test.go')
-rw-r--r-- | node/config_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 |