feat: use comet async clients (#20757)
This commit is contained in:
parent
fe2a40ee4d
commit
7678585b13
@ -137,7 +137,7 @@ func (s *CometBFTServer[T]) Start(ctx context.Context) error {
|
||||
cometConfig,
|
||||
pvm.LoadOrGenFilePV(cometConfig.PrivValidatorKeyFile(), cometConfig.PrivValidatorStateFile()),
|
||||
nodeKey,
|
||||
proxy.NewLocalClientCreator(s.App),
|
||||
proxy.NewConsensusSyncLocalClientCreator(s.App),
|
||||
getGenDocProvider(cometConfig),
|
||||
cmtcfg.DefaultDBProvider,
|
||||
node.DefaultMetricsProvider(cometConfig.Instrumentation),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user