Skip to content

Commit

Permalink
Fixup after rebase w/ master
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Nov 17, 2022
1 parent 8780df8 commit 8af1bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/cmd/ingest.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ var ingestBuildStateCmd = &cobra.Command{
ingestConfig := ingest.Config{
NetworkPassphrase: config.NetworkPassphrase,
HistorySession: horizonSession,
HistoryArchiveURL: config.HistoryArchiveURLs[0],
HistoryArchiveURLs: config.HistoryArchiveURLs,
EnableCaptiveCore: config.EnableCaptiveCoreIngestion,
CaptiveCoreBinaryPath: config.CaptiveCoreBinaryPath,
CaptiveCoreConfigUseDB: config.CaptiveCoreConfigUseDB,
Expand Down

0 comments on commit 8af1bc4

Please sign in to comment.