From bd4927b4942b08d9e17fd354cccef61efdb8f426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Wed, 24 Nov 2021 20:13:49 +0100 Subject: [PATCH] retrieval: Cleanup some comments --- node/impl/client/client.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/node/impl/client/client.go b/node/impl/client/client.go index 0b030b23d..960ca76f3 100644 --- a/node/impl/client/client.go +++ b/node/impl/client/client.go @@ -1058,9 +1058,6 @@ func parseDagSpec(ctx context.Context, root cid.Cid, dsp []api.DagSpec, ds forma if p.LastBlock.Link == nil { // 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 return errHalt }