Skip to content

Commit

Permalink
Problem: check tx blocks consensus
Browse files Browse the repository at this point in the history
Solution:
- try NewConnSyncLocalClientCreator
  • Loading branch information
yihuang committed Oct 23, 2024
1 parent 4300682 commit 5e75ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ func startInProcess(svrCtx *server.Context, clientCtx client.Context, opts Start
cfg,
pvm.LoadOrGenFilePV(cfg.PrivValidatorKeyFile(), cfg.PrivValidatorStateFile()),
nodeKey,
proxy.NewLocalClientCreator(cmtApp),
proxy.NewConnSyncLocalClientCreator(cmtApp),

Check warning on line 363 in server/start.go

View check run for this annotation

Codecov / codecov/patch

server/start.go#L363

Added line #L363 was not covered by tests
genDocProvider,
cmtcfg.DefaultDBProvider,
node.DefaultMetricsProvider(cfg.Instrumentation),
Expand Down

0 comments on commit 5e75ab7

Please sign in to comment.