diff --git a/cmd/stellar-rpc/internal/config/options.go b/cmd/stellar-rpc/internal/config/options.go index 49a7e21f..1aba3047 100644 --- a/cmd/stellar-rpc/internal/config/options.go +++ b/cmd/stellar-rpc/internal/config/options.go @@ -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",