retrieval: Cleanup some comments
This commit is contained in:
parent
210485d800
commit
bd4927b494
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user