Remove Repo from routing provider parameter
Hlib committed
Jun 3, 2019 at 18:25 UTC
4ca2763ee5285a4a7041129bd27139437a199540
1 file changed
-2
core/node/libp2p/routing.go
-2
@@ -14,7 +14,6 @@ import (
14
"go.uber.org/fx"
15
16
"github.com/ipfs/go-ipfs/core/node/helpers"
17
- "github.com/ipfs/go-ipfs/repo"
17
)
18
19
type BaseIpfsRouting routing.Routing
@@ -79,7 +78,6 @@ type p2pPSRoutingIn struct {
78
fx.In
79
80
BaseIpfsRouting BaseIpfsRouting
82
- Repo repo.Repo
81
Validator record.Validator
82
Host host.Host
83
PubSub *pubsub.PubSub `optional:"true"`