diff --git a/proto/tendermint/abci/types.proto b/proto/tendermint/abci/types.proto index 99e9438725..f35b343658 100644 --- a/proto/tendermint/abci/types.proto +++ b/proto/tendermint/abci/types.proto @@ -215,6 +215,7 @@ message ResponseInitChain { ConsensusParams consensus_params = 1; repeated ValidatorUpdate validators = 2 [(gogoproto.nullable) = false]; bytes app_hash = 3; + TimeoutsInfo timeouts = 4; } message ResponseQuery {