more cleanup

This commit is contained in:
tycho garen
2022-03-04 14:59:43 -05:00
parent bacc38aced
commit fa1520dd90
10 changed files with 73 additions and 130 deletions

View File

@@ -100,7 +100,7 @@ func newDefaultNode(
return nil, err
}
appClient, _ := proxy.DefaultClientCreator(logger, cfg.ProxyApp, cfg.ABCI, cfg.DBDir())
appClient, _ := proxy.ClientFactory(logger, cfg.ProxyApp, cfg.ABCI, cfg.DBDir())
return makeNode(
ctx,