Skip to content

Commit

Permalink
fix: default comet port (#23343)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex | Interchain Labs <alex@skip.money>
Co-authored-by: Julien Robert <julien@rbrt.fr>
(cherry picked from commit 9f048eb)
  • Loading branch information
tac0turtle authored and mergify[bot] committed Jan 13, 2025
1 parent fd651b7 commit 8960040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/v2/cometbft/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8960040

Please sign in to comment.