From caee666d550944c69a3573d26210edbd01e5ad6a Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 23 Dec 2022 10:24:54 +0100 Subject: [PATCH] updating IPLDGetter godoc --- share/getters/ipld.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/getters/ipld.go b/share/getters/ipld.go index 01d19273ac..86b529a0e5 100644 --- a/share/getters/ipld.go +++ b/share/getters/ipld.go @@ -21,9 +21,9 @@ import ( var _ share.Getter = (*IPLDGetter)(nil) -// IPLDGetter is a share.Getter that retrieves shares from the IPLD network. An EDS store can be -// provided to store shares retrieved from GetShares. Otherwise, result caching is handled by the -// provided blockservice. +// IPLDGetter is a share.Getter that retrieves shares from the IPLD network. Result caching is +// handled by the provided blockservice. A blockservice session will be created for retrieval if the +// passed context is wrapped with WithSession. type IPLDGetter struct { rtrv *eds.Retriever bServ blockservice.BlockService