Skip to content

Commit

Permalink
removing duplicate RPCURLOption (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
gouthamp-stellar authored Oct 9, 2024
1 parent 4e06683 commit 3a7b3d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 3a7b3d1

Please sign in to comment.