Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Feb 5, 2025
1 parent 41dd850 commit 1cc589d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/stellar-rpc/internal/config/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (cfg *Config) options() Options {
Name: "stellar-captive-core-http-port",
Usage: "HTTP port for Captive Core to listen on (0 disables the HTTP server)",
ConfigKey: &cfg.CaptiveCoreHTTPPort,
DefaultValue: uint(defaultCaptiveCoreQueryPort),
DefaultValue: uint(defaultCaptiveCoreHTTPPort),
},
{
Name: "stellar-captive-core-http-query-port",
Expand Down

0 comments on commit 1cc589d

Please sign in to comment.