From 0cf1bf3a69e73ce5ac4fbde6caec0088ce4dc6ce Mon Sep 17 00:00:00 2001 From: Mustafa Al-Bassam Date: Sun, 2 Jul 2023 14:35:28 +0100 Subject: [PATCH] Improve accuracy of RequestND description --- share/p2p/shrexnd/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/p2p/shrexnd/client.go b/share/p2p/shrexnd/client.go index 7f12c21cf2..74162f5981 100644 --- a/share/p2p/shrexnd/client.go +++ b/share/p2p/shrexnd/client.go @@ -46,7 +46,7 @@ func NewClient(params *Parameters, host host.Host) (*Client, error) { } // RequestND requests namespaced data from the given peer. -// Returns valid data with its verified inclusion against the share.Root. +// Returns shares with unverified inclusion proofs against the share.Root. func (c *Client) RequestND( ctx context.Context, root *share.Root,