retrieval: Cleanup some comments

This commit is contained in:
Łukasz Magiera 2021-11-24 20:13:49 +01:00
parent 210485d800
commit bd4927b494

View File

@ -1058,9 +1058,6 @@ func parseDagSpec(ctx context.Context, root cid.Cid, dsp []api.DagSpec, ds forma
if p.LastBlock.Link == nil { if p.LastBlock.Link == nil {
// this is likely the root node that we've matched here // this is likely the root node that we've matched here
// todo: is this a correct assumption
// todo: is the n ipld.Node above the node we want as the (sub)root?
// todo: how to go from ipld.Node to a cid?
newRoot = root newRoot = root
return errHalt return errHalt
} }