Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes committed Dec 8, 2023
1 parent 3d69fc0 commit 50bc61e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/util/testnode/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ func DefaultConfig() *Config {
WithAppConfig(DefaultAppConfig()).
WithAppOptions(DefaultAppOptions()).
WithAppCreator(cmd.NewAppServer).
WithSuppressLogs(true)
WithSuppressLogs(true).
WithConsensusParams(DefaultConsensusParams())
}

func DefaultConsensusParams() *tmproto.ConsensusParams {
Expand Down

0 comments on commit 50bc61e

Please sign in to comment.