From 72c141d310ab1ce491bdd685c98c62afb004836e Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 18 Mar 2022 15:31:40 -0400 Subject: [PATCH] update intermediate proto --- proto/tendermint/abci/types.proto.intermediate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/tendermint/abci/types.proto.intermediate b/proto/tendermint/abci/types.proto.intermediate index 1b91db55d..1f4a8996f 100644 --- a/proto/tendermint/abci/types.proto.intermediate +++ b/proto/tendermint/abci/types.proto.intermediate @@ -342,7 +342,7 @@ message ResponsePrepareProposal { } message ResponseProcessProposal { - ProposalStatus status = 1; + ProposalStatus status = 1; bytes app_hash = 2; repeated ExecTxResult tx_results = 3; repeated ValidatorUpdate validator_updates = 4;