This commit is contained in:
William Banfield
2021-10-13 15:07:18 -04:00
parent d42e32dc24
commit e852dcd554

View File

@@ -47,6 +47,7 @@ func initDBs(cfg *config.Config, dbProvider config.DBProvider) (blockStore *stor
return
}
// nolint:lll
func createAndStartProxyAppConns(clientCreator abciclient.Creator, logger log.Logger, metrics *proxy.Metrics) (proxy.AppConns, error) {
proxyApp := proxy.NewAppConns(clientCreator, metrics)
proxyApp.SetLogger(logger.With("module", "proxy"))