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 0ac8149a9..dac85a10b 100644 --- a/swarm/network/simulation/service.go +++ b/swarm/network/simulation/service.go @@ -17,9 +17,9 @@ package simulation import ( - "github.com/ethereum/go-ethereum/node" - "github.com/ethereum/go-ethereum/p2p/enode" - "github.com/ethereum/go-ethereum/p2p/simulations/adapters" + "github.com/dexon-foundation/dexon/node" + "github.com/dexon-foundation/dexon/p2p/enode" + "github.com/dexon-foundation/dexon/p2p/simulations/adapters" ) // Service returns a single Service by name on a particular node |