remove TODO
@jbenet when returning values for records, when would it make sense to also return providers for the records?
Brian Tiger Chow committed
Feb 3, 2015 at 14:29 UTC
71392dfd28bc8053a1a7ea8aee9c3ed7420047cd
1 file changed
-1
routing/grandcentral/server.go
-1
@@ -52,7 +52,6 @@ func (s *Server) handleMessage(
52
return "", nil
53
}
54
response.Record = rawRecord
55
- // TODO before merging: if we know any providers for the requested value, return those.
55
return p, response
56
57
case dhtpb.Message_PUT_VALUE: