mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 15:04:22 +00:00
proxy: collapse triforcated abci.Client (#8067)
This commit is contained in:
@@ -136,7 +136,7 @@ func startNode(ctx context.Context, cfg *Config) error {
|
||||
ctx,
|
||||
tmcfg,
|
||||
nodeLogger,
|
||||
abciclient.NewLocalCreator(app),
|
||||
abciclient.NewLocalClient(nodeLogger, app),
|
||||
nil,
|
||||
)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user