chore: bump tendermint version (#13148)

This commit is contained in:
Marko
2022-09-05 07:39:12 +00:00
committed by GitHub
parent 3ffa1d19df
commit e09516f479
34 changed files with 145 additions and 163 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ const (
// DefaultConsensusParams defines the default Tendermint consensus params used in
// SimApp testing.
var DefaultConsensusParams = &abci.ConsensusParams{
Block: &abci.BlockParams{
var DefaultConsensusParams = &tmproto.ConsensusParams{
Block: &tmproto.BlockParams{
MaxBytes: 200000,
MaxGas: 2000000,
},