Skip to content

Commit

Permalink
Add seed and remove persistent peer in config
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Dec 6, 2018
1 parent 8ef24d2 commit 4f3b939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func init() {
func DefaultConfig() *Config {
cfg := defaultConfig()

cfg.P2P.PersistentPeers = "647e32df3b9c54809b5aca2877d9ba60900bc2d9@minter-node-1.testnet.minter.network:26656"
cfg.P2P.Seeds = "d20522aa7ba4af8139749c5e724063c4ba18c58b@minter-node-2.testnet.minter.network:26656"

cfg.TxIndex = &tmConfig.TxIndexConfig{
Indexer: "kv",
Expand Down

0 comments on commit 4f3b939

Please sign in to comment.