Skip to content

Commit

Permalink
fix(dht) remove deprecated Start() call
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Tiger Chow committed Sep 18, 2014
1 parent 86c5c6a commit 1d1371c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1d1371c

Please sign in to comment.