From 0e054d4c780751c78189008be83ae68f322d2e4b Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 18 Mar 2022 15:31:10 -0400 Subject: [PATCH] update abci proto --- 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 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;