Skip to content

Commit

Permalink
docs: go doc feedback for PR #1351 (#1354)
Browse files Browse the repository at this point in the history
## Description

Applies feedback for PR #1351
  • Loading branch information
rach-id committed May 9, 2024
1 parent 17d41df commit 624c43d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion light/rpc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,9 @@ func (c *Client) ProveShares(
return res, err
}

// ProveSharesV2 returns a proof of inclusion for a share range to the data root.
// ProveSharesV2 returns a proof of inclusion for a share range to the data root
// of the given height.
// The range is end-exclusive and defined by startShare and endShare.
// Note: this proof is composed of multiple proofs.
func (c *Client) ProveSharesV2(
ctx context.Context,
Expand Down

0 comments on commit 624c43d

Please sign in to comment.