@cryptotaxi247 / kubo / commits / 6b900d209

remove todo

this functionality is here as an optimization

Brian Tiger Chow committed Feb 4, 2015 at 04:20 UTC 6b900d209b1cb56d04cf87924f06289f08cda0d0
1 file changed -3
routing/supernode/server.go
-3
@@ -71,9 +71,6 @@ func (s *Server) handleMessage(
71 return p.ID, response
72
73 case dhtpb.Message_ADD_PROVIDER:
74 - // FIXME(btc): do we want to store these locally? I think the
75 - // storeProvidersToPeerstore behavior is straight from the DHT message
76 - // handler.
74 storeProvidersToPeerstore(s.peerstore, p, req.GetProviderPeers())
75
76 if err := putRoutingProviders(s.routingBackend, util.Key(req.GetKey()), req.GetProviderPeers()); err != nil {