Skip to content

Commit

Permalink
Merge branch 'main' into cal/ibc-middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwaters authored Jan 12, 2023
2 parents 01cfe4b + 9cbed53 commit a835b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/celestia-appd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func NewRootCmd() *cobra.Command {
tmCfg.Consensus.TimeoutPropose = time.Second * 10
tmCfg.Consensus.TimeoutCommit = time.Second * 8
tmCfg.Consensus.SkipTimeoutCommit = false
tmCfg.TxIndex.Indexer = "null"

customAppTemplate, customAppConfig := initAppConfig()
return server.InterceptConfigsPreRunHandler(cmd, customAppTemplate, customAppConfig, tmCfg)
Expand Down

0 comments on commit a835b98

Please sign in to comment.