Commit 71392dfd authored by Brian Tiger Chow's avatar Brian Tiger Chow

remove TODO

@jbenet when returning values for records, when would it make sense to
also return providers for the records?
parent cfe3a637
......@@ -52,7 +52,6 @@ func (s *Server) handleMessage(
return "", nil
}
response.Record = rawRecord
// TODO before merging: if we know any providers for the requested value, return those.
return p, response
case dhtpb.Message_PUT_VALUE:
......
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