Commit b77a785c authored by Brian Tiger Chow's avatar Brian Tiger Chow

fix(dht) remove deprecated Start() call

parent 20802018
......@@ -117,9 +117,6 @@ func NewIpfsNode(cfg *config.Config, online bool) (*IpfsNode, error) {
// TODO(brian): perform this inside NewDHT factory method
dhtService.Handler = route // wire the handler to the service.
// TODO(brian): pass a context to DHT for its async operations
route.Start()
// TODO(brian): pass a context to bs for its async operations
exchangeSession = bitswap.NewSession(ctx, exchangeService, local, d, route)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment