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