From 7be72d14a83fdd5cbbe6e43980a27d8c978603ae Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 18 Mar 2022 13:00:41 -0400 Subject: [PATCH] further sync intermediate --- proto/tendermint/abci/types.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/tendermint/abci/types.proto b/proto/tendermint/abci/types.proto index f5e779f07..66f3dab85 100644 --- a/proto/tendermint/abci/types.proto +++ b/proto/tendermint/abci/types.proto @@ -337,7 +337,7 @@ message ResponseProcessProposal { repeated ValidatorUpdate validator_updates = 4; tendermint.types.ConsensusParams consensus_param_updates = 5; - enum Status { + enum ProposalStatus { UNKNOWN = 0; ACCEPT = 1; REJECT = 2;