diff options
Diffstat (limited to 'swarm/network/simulation/service.go')
-rw-r--r-- | swarm/network/simulation/service.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/swarm/network/simulation/service.go b/swarm/network/simulation/service.go index dac85a10b..787a6d3d7 100644 --- a/swarm/network/simulation/service.go +++ b/swarm/network/simulation/service.go @@ -17,9 +17,9 @@ package simulation import ( - "github.com/dexon-foundation/dexon/node" - "github.com/dexon-foundation/dexon/p2p/enode" - "github.com/dexon-foundation/dexon/p2p/simulations/adapters" + "github.com/tangerine-network/go-tangerine/node" + "github.com/tangerine-network/go-tangerine/p2p/enode" + "github.com/tangerine-network/go-tangerine/p2p/simulations/adapters" ) // Service returns a single Service by name on a particular node |