diff --git a/cmd/serve.go b/cmd/serve.go index b2b4a31..e12c7eb 100644 --- a/cmd/serve.go +++ b/cmd/serve.go @@ -35,7 +35,6 @@ func (c *serveCmd) Command() *cobra.Command { utils.ChannelAccountEncryptionPassphraseOption(&cfg.EncryptionPassphrase), utils.SentryDSNOption(&sentryDSN), utils.StellarEnvironmentOption(&stellarEnvironment), - utils.RPCURLOption(&cfg.RPCURL), utils.ErrorHandlerServiceJitterChannelBufferSizeOption(&cfg.ErrorHandlerServiceJitterChannelBufferSize), utils.ErrorHandlerServiceJitterChannelMaxWorkersOption(&cfg.ErrorHandlerServiceJitterChannelMaxWorkers), utils.ErrorHandlerServiceNonJitterChannelBufferSizeOption(&cfg.ErrorHandlerServiceNonJitterChannelBufferSize),