Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
fixing merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jmozah committed Aug 28, 2019
1 parent 7e48573 commit eb87983
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions swarm.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,7 @@ func NewSwarm(config *api.Config, mockStore *mock.NodeStore) (self *Swarm, err e

self.bzz = network.NewBzz(bzzconfig, to, self.stateStore, self.streamer.GetSpec(), self.streamer.Run)

<<<<<<< HEAD
self.bzzEth = bzzeth.New()
=======
self.bzzEth = bzzeth.New(self.netStore, to)
>>>>>>> a8d778075bcbb7389bcdba9d92f826e4e3fcd998

// Pss = postal service over swarm (devp2p over bzz)
self.ps, err = pss.New(to, config.Pss)
Expand Down

0 comments on commit eb87983

Please sign in to comment.