Skip to content

Commit

Permalink
services/horizon: Add a link to 2.0.0 Migration Guide on missing para…
Browse files Browse the repository at this point in the history
…ms (#3426)
  • Loading branch information
bartekn authored Feb 25, 2021
1 parent d5d8527 commit a3d4285
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/horizon/internal/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,8 @@ func ApplyFlags(config *Config, flags support.ConfigOptions) {
// defaults for the binary path), the Remote Captive Core URL
// takes precedence.
if binaryPath == "" && remoteURL == "" {
stdLog.Fatalf("Invalid config: captive core requires that either --stellar-core-binary-path or --remote-captive-core-url is set")
stdLog.Fatalf("Invalid config: captive core requires that either --stellar-core-binary-path or --remote-captive-core-url is set. " +
"If you are migrating from Horizon 1.x.y read the Migration Guide here: https://github.com/stellar/go/blob/master/services/horizon/internal/docs/captive_core.md")
}

// If we don't supply an explicit core URL and we are running a local
Expand Down

0 comments on commit a3d4285

Please sign in to comment.