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/utils_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node/utils_test.go') diff --git a/node/utils_test.go b/node/utils_test.go index 9801b1ed4..24f42a7cb 100644 --- a/node/utils_test.go +++ b/node/utils_test.go @@ -22,8 +22,8 @@ package node import ( "reflect" - "github.com/ethereum/go-ethereum/p2p" - "github.com/ethereum/go-ethereum/rpc" + "github.com/dexon-foundation/dexon/p2p" + "github.com/dexon-foundation/dexon/rpc" ) // NoopService is a trivial implementation of the Service interface. -- cgit