From 3a7b3d1fdaece43e2173615d7189db30e79aab2d Mon Sep 17 00:00:00 2001 From: gouthamp-stellar Date: Wed, 9 Oct 2024 11:37:34 -0700 Subject: [PATCH] removing duplicate RPCURLOption (#55) --- cmd/serve.go | 1 - 1 file changed, 1 deletion(-) 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),