Skip to content

Commit

Permalink
remove NETWORK_PASSPHRASE default, closes #817
Browse files Browse the repository at this point in the history
  • Loading branch information
ire-and-curses committed Jan 28, 2019
1 parent c89ac3a commit ecac457
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/horizon/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (

"github.com/spf13/cobra"
"github.com/spf13/viper"
"github.com/stellar/go/network"
horizon "github.com/stellar/go/services/horizon/internal"
"github.com/stellar/go/services/horizon/internal/db2/schema"
apkg "github.com/stellar/go/support/app"
Expand Down Expand Up @@ -148,7 +147,7 @@ var configOpts = []*support.ConfigOption{
&support.ConfigOption{
Name: "network-passphrase",
ConfigKey: &config.NetworkPassphrase,
FlagDefault: network.TestNetworkPassphrase,
FlagDefault: "",
Required: true,
Usage: "Override the network passphrase",
},
Expand Down

0 comments on commit ecac457

Please sign in to comment.