Bump tendermint to v0.34.7 (#8616)

Fix build failures.
This commit is contained in:
Alessio Treglia
2021-02-18 08:33:56 +00:00
committed by GitHub
parent 53637b607f
commit b4820fe491
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ func New(t *testing.T, cfg Config) *Network {
logger := log.NewNopLogger()
if cfg.EnableLogging {
logger = log.NewTMLogger(log.NewSyncWriter(os.Stdout))
logger, _ = tmflags.ParseLogLevel("info", logger, tmcfg.DefaultLogLevel())
logger, _ = tmflags.ParseLogLevel("info", logger, tmcfg.DefaultLogLevel)
}
ctx.Logger = logger