mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-29 18:40:34 +00:00
update abci proto
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user