Skip to content

Commit

Permalink
tendermint: update sdk to rc5 (cosmos#7527)
Browse files Browse the repository at this point in the history
* update sdk to rc5

* Update baseapp/params.go

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
  • Loading branch information
tac0turtle and alexanderbez authored Oct 14, 2020
1 parent 448fdb6 commit 6a7d963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var DefaultConsensusParams = &abci.ConsensusParams{
Evidence: &tmproto.EvidenceParams{
MaxAgeNumBlocks: 302400,
MaxAgeDuration: 504 * time.Hour, // 3 weeks is the max duration
MaxNum: 50,
MaxBytes: 10000,
},
Validator: &tmproto.ValidatorParams{
PubKeyTypes: []string{
Expand Down

0 comments on commit 6a7d963

Please sign in to comment.