From 7f8547064181d3aa5d947df0ff6b0699af43d603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nina=20/=20=E1=83=9C=E1=83=98=E1=83=9C=E1=83=90?= Date: Thu, 28 Mar 2024 11:13:37 +0100 Subject: [PATCH] Update proto/tendermint/store/types.proto Co-authored-by: Rootul P --- proto/tendermint/store/types.proto | 1 + 1 file changed, 1 insertion(+) 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;