abci++: remove app_signed_updates (#8128)

This commit is contained in:
William Banfield
2022-03-15 17:07:02 -04:00
committed by GitHub
parent 68c624f5de
commit 93c4e00e8e
2 changed files with 0 additions and 6 deletions
-1
View File
@@ -322,7 +322,6 @@ message ResponsePrepareProposal {
repeated ExecTxResult tx_results = 4;
repeated ValidatorUpdate validator_updates = 5;
tendermint.types.ConsensusParams consensus_param_updates = 6;
repeated bytes app_signed_updates = 7;
}
message ResponseProcessProposal {