Skip to content

Commit

Permalink
Remove Repo from routing provider parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Wondertan committed Jun 3, 2019
1 parent 07aa4fb commit 5f6d13e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/node/libp2p/routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
"go.uber.org/fx"

"github.com/ipfs/go-ipfs/core/node/helpers"
"github.com/ipfs/go-ipfs/repo"
)

type BaseIpfsRouting routing.IpfsRouting
Expand Down Expand Up @@ -79,7 +78,6 @@ type p2pPSRoutingIn struct {
fx.In

BaseRouting BaseIpfsRouting
Repo repo.Repo
Validator record.Validator
Host host.Host
PubSub *pubsub.PubSub `optional:"true"`
Expand Down

0 comments on commit 5f6d13e

Please sign in to comment.