diff --git a/proto/tendermint/store/types.proto b/proto/tendermint/store/types.proto index ae89b4eecf..33e5401060 100644 --- a/proto/tendermint/store/types.proto +++ b/proto/tendermint/store/types.proto @@ -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;