Commit 6b900d20 authored by Brian Tiger Chow's avatar Brian Tiger Chow

remove todo

this functionality is here as an optimization
parent 19eb3513
......@@ -71,9 +71,6 @@ func (s *Server) handleMessage(
return p.ID, response
case dhtpb.Message_ADD_PROVIDER:
// FIXME(btc): do we want to store these locally? I think the
// storeProvidersToPeerstore behavior is straight from the DHT message
// handler.
storeProvidersToPeerstore(s.peerstore, p, req.GetProviderPeers())
if err := putRoutingProviders(s.routingBackend, util.Key(req.GetKey()), req.GetProviderPeers()); err != nil {
......
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