further sync intermediate

This commit is contained in:
William Banfield
2022-03-18 13:00:41 -04:00
parent f5bd8aafe1
commit 7be72d14a8
+1 -1
View File
@@ -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;