diff --git a/server/v2/cometbft/server.go b/server/v2/cometbft/server.go index d51dfa245a..57e0aaf61f 100644 --- a/server/v2/cometbft/server.go +++ b/server/v2/cometbft/server.go @@ -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),