diff options
Diffstat (limited to 'node/node_test.go')
-rw-r--r-- | node/node_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/node/node_test.go b/node/node_test.go index f833cd688..9e203823a 100644 --- a/node/node_test.go +++ b/node/node_test.go @@ -24,9 +24,9 @@ import ( "testing" "time" - "github.com/ethereum/go-ethereum/crypto" - "github.com/ethereum/go-ethereum/p2p" - "github.com/ethereum/go-ethereum/rpc" + "github.com/dexon-foundation/dexon/crypto" + "github.com/dexon-foundation/dexon/p2p" + "github.com/dexon-foundation/dexon/rpc" ) var ( |