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 authored Jun 5, 2024
1 parent 9fc1639 commit dbf6c8b
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 @@ -18,7 +18,7 @@ type RowProof struct {
Proofs []*merkle.Proof `json:"proofs"`
// StartRow the index of the start row.
StartRow uint32 `json:"start_row"`
// EndRow the end-exclusive index of the end row.
// EndRow is the end-exclusive index of the end row.
EndRow uint32 `json:"end_row"`
}

Expand Down

0 comments on commit dbf6c8b

Please sign in to comment.