diff options
Diffstat (limited to 'swarm/network/simulation/events.go')
-rw-r--r-- | swarm/network/simulation/events.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swarm/network/simulation/events.go b/swarm/network/simulation/events.go index c4a944ae4..8372326ff 100644 --- a/swarm/network/simulation/events.go +++ b/swarm/network/simulation/events.go @@ -20,8 +20,8 @@ import ( "context" "sync" - "github.com/dexon-foundation/dexon/p2p/enode" - "github.com/dexon-foundation/dexon/p2p/simulations" + "github.com/tangerine-network/go-tangerine/p2p/enode" + "github.com/tangerine-network/go-tangerine/p2p/simulations" ) // PeerEvent is the type of the channel returned by Simulation.PeerEvents. |