From b61fbe1d0940af6217f9b80586a607f01403da49 Mon Sep 17 00:00:00 2001 From: CHAMI Rachid Date: Wed, 5 Jun 2024 17:33:19 +0200 Subject: [PATCH] Update types/row_proof.go Co-authored-by: Rootul P --- types/row_proof.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/row_proof.go b/types/row_proof.go index 8d8f50beb9..d4c0cc6a53 100644 --- a/types/row_proof.go +++ b/types/row_proof.go @@ -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"`