diff --git a/proto/tendermint/abci/types.proto b/proto/tendermint/abci/types.proto index 66f3dab85..5834f08d4 100644 --- a/proto/tendermint/abci/types.proto +++ b/proto/tendermint/abci/types.proto @@ -331,7 +331,7 @@ message ResponsePrepareProposal { } message ResponseProcessProposal { - Status status = 1; + ProposalStatus status = 1; bytes app_hash = 2; repeated ExecTxResult tx_results = 3; repeated ValidatorUpdate validator_updates = 4;