Merge branch 'master' into thane/7655-vote-extensions

This commit is contained in:
Thane Thomson
2022-03-31 08:03:31 -04:00
committed by GitHub
11 changed files with 293 additions and 209 deletions
+1
View File
@@ -237,6 +237,7 @@ func MakeConfig(node *e2e.Node) (*config.Config, error) {
cfg := config.DefaultConfig()
cfg.Moniker = node.Name
cfg.ProxyApp = AppAddressTCP
cfg.TxIndex = config.TestTxIndexConfig()
if node.LogLevel != "" {
cfg.LogLevel = node.LogLevel