mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 04:55:18 +00:00
abci: add ResponseInitChain.app_hash, check and record it (#5227)
Fixes #5177.
This commit is contained in:
@@ -180,6 +180,7 @@ message ResponseSetOption {
|
||||
message ResponseInitChain {
|
||||
ConsensusParams consensus_params = 1;
|
||||
repeated ValidatorUpdate validators = 2 [(gogoproto.nullable) = false];
|
||||
bytes app_hash = 3;
|
||||
}
|
||||
|
||||
message ResponseQuery {
|
||||
|
||||
Reference in New Issue
Block a user