From 4ca2763ee5285a4a7041129bd27139437a199540 Mon Sep 17 00:00:00 2001 From: Hlib Date: Mon, 3 Jun 2019 18:25:49 +0300 Subject: [PATCH] Remove Repo from routing provider parameter --- core/node/libp2p/routing.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/node/libp2p/routing.go b/core/node/libp2p/routing.go index 6a27373db7e..e5ba1de30bb 100644 --- a/core/node/libp2p/routing.go +++ b/core/node/libp2p/routing.go @@ -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 @@ -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"`