mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 13:55:17 +00:00
proxy: collapse triforcated abci.Client (#8067)
This commit is contained in:
@@ -98,7 +98,7 @@ func StartTendermint(
|
||||
}
|
||||
|
||||
}
|
||||
papp := abciclient.NewLocalCreator(app)
|
||||
papp := abciclient.NewLocalClient(logger, app)
|
||||
tmNode, err := node.New(ctx, conf, logger, papp, nil)
|
||||
if err != nil {
|
||||
return nil, func(_ context.Context) error { cancel(); return nil }, err
|
||||
|
||||
Reference in New Issue
Block a user