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 authored and Stebalien committed Jun 3, 2019
1 parent 1a32379 commit 4ca2763
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.Routing
Expand Down Expand Up @@ -79,7 +78,6 @@ type p2pPSRoutingIn struct {
fx.In

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

0 comments on commit 4ca2763

Please sign in to comment.