Skip to content

Commit

Permalink
Update types/row_proof.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <rootulp@gmail.com>
  • Loading branch information
rach-id and rootulp committed Jun 5, 2024
1 parent dbf6c8b commit b61fbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/row_proof.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type RowProof struct {
// Proofs is a list of Merkle proofs where each proof proves that a row
// exists in a Merkle tree with a given data root.
Proofs []*merkle.Proof `json:"proofs"`
// StartRow the index of the start row.
// StartRow is the index of the start row.
StartRow uint32 `json:"start_row"`
// EndRow is the end-exclusive index of the end row.
EndRow uint32 `json:"end_row"`
Expand Down

0 comments on commit b61fbe1

Please sign in to comment.