diff options
Diffstat (limited to 'node/service.go')
-rw-r--r-- | node/service.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/node/service.go b/node/service.go index 380f01c0f..1ecad5fcf 100644 --- a/node/service.go +++ b/node/service.go @@ -19,11 +19,11 @@ package node import ( "reflect" - "github.com/dexon-foundation/dexon/accounts" - "github.com/dexon-foundation/dexon/ethdb" - "github.com/dexon-foundation/dexon/event" - "github.com/dexon-foundation/dexon/p2p" - "github.com/dexon-foundation/dexon/rpc" + "github.com/tangerine-network/go-tangerine/accounts" + "github.com/tangerine-network/go-tangerine/ethdb" + "github.com/tangerine-network/go-tangerine/event" + "github.com/tangerine-network/go-tangerine/p2p" + "github.com/tangerine-network/go-tangerine/rpc" ) // ServiceContext is a collection of service independent options inherited from |