From b9fe2d73d6d34a150465c0293b6a4e385e6a76a4 Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Wed, 4 May 2022 14:05:50 -0400 Subject: [PATCH] proto: Remove TODO on TxResult Signed-off-by: Thane Thomson --- proto/tendermint/abci/types.proto | 4 ---- 1 file changed, 4 deletions(-) diff --git a/proto/tendermint/abci/types.proto b/proto/tendermint/abci/types.proto index 31a9c72fe..d8143feb3 100644 --- a/proto/tendermint/abci/types.proto +++ b/proto/tendermint/abci/types.proto @@ -424,10 +424,6 @@ message ExecTxResult { // TxResult contains results of executing the transaction. // // One usage is indexing transaction results. -// TODO(thane): Remove this struct. It's effectively only used in -// types/events.go#EventDataTx and these fields could easily be -// introduced directly into that struct. There doesn't seem to be -// any other use for this struct via any other interface. message TxResult { int64 height = 1; uint32 index = 2;