Skip to content

Commit

Permalink
Update proto/tendermint/store/types.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <rootulp@gmail.com>
  • Loading branch information
ninabarbakadze and rootulp committed Mar 28, 2024
1 parent 9da6cba commit 7f85470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/tendermint/store/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ message BlockStoreState {
int64 height = 2;
}

// TxInfo describes the location of a tx inside a committed block.
message TxInfo {
int64 height = 1;
int64 index = 2;
Expand Down

0 comments on commit 7f85470

Please sign in to comment.