From 485ef362187a4496aed606b3ee7940e6d9cde5b3 Mon Sep 17 00:00:00 2001 From: lasaro Date: Wed, 4 Oct 2023 14:51:13 -0300 Subject: [PATCH] Renames Tendermint to CometBFT in the RPC related test code. This file was missing and it was not caught in the branch testing. (#1433) --- abci/types/types.pb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abci/types/types.pb.go b/abci/types/types.pb.go index 203aeeeb313..78dcc5c2f45 100644 --- a/abci/types/types.pb.go +++ b/abci/types/types.pb.go @@ -2739,7 +2739,7 @@ type ResponseFinalizeBlock struct { // set of block events emmitted as part of executing the block Events []Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"` // the result of executing each transaction including the events - // the particular transction emitted. This should match the order + // the particular transaction emitted. This should match the order // of the transactions delivered in the block itself TxResults []*ExecTxResult `protobuf:"bytes,2,rep,name=tx_results,json=txResults,proto3" json:"tx_results,omitempty"` // a list of updates to the validator set. These will reflect the validator set at current height + 2.