fix: default comet port (backport #23343) (#23353)

Co-authored-by: Marko <marko@baricevic.me>
This commit is contained in:
mergify[bot]
2025-01-13 18:43:38 +01:00
committed by GitHub
co-authored by Marko
parent 91602fbdef
commit e04717f2ac
+1 -1
View File
@@ -524,7 +524,7 @@ func (c *consensus[T]) maybeHandleExternalServices(ctx context.Context, req *abc
// Handle tx service
if strings.HasPrefix(req.Path, "/cosmos.tx.v1beta1.Service") {
rpcClient, _ := client.NewClientFromNode(c.cfg.AppTomlConfig.Address)
rpcClient, _ := client.NewClientFromNode(c.cfg.ConfigTomlConfig.RPC.ListenAddress)
txConfig := authtx.NewTxConfig(
c.appCodecs.AppCodec,