Skip to content

Commit

Permalink
remnants of adding timeouts to the InitchainResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Sep 24, 2024
1 parent a7d1e1b commit 0904cd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/tendermint/abci/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0904cd5

Please sign in to comment.