update intermediate proto

This commit is contained in:
William Banfield
2022-03-18 15:31:40 -04:00
parent 0e054d4c78
commit 72c141d310

View File

@@ -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;