Skip to content

Commit

Permalink
Update proto/tendermint/types/types.proto
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 48637c1 commit 9fc1639
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proto/tendermint/types/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ message ShareProof {
}

// RowProof is a Merkle proof that a set of rows exist in a Merkle tree with a
// given data root.
// the row range is end exclusive.
// given data root. The row range is end exclusive.
message RowProof {
repeated bytes row_roots = 1;
repeated tendermint.crypto.Proof proofs = 2;
Expand Down

0 comments on commit 9fc1639

Please sign in to comment.