Skip to content

Commit

Permalink
update node-id in rundax public node (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
wirwolf authored Feb 29, 2020
1 parent b614e60 commit afbd26a
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 @@ -40,7 +40,7 @@ func DefaultConfig() *Config {
cfg.P2P.Seeds = "[email protected]:26656," +
"1e1c6149451d2a7c1072523e49cab658080d9bd2@minter-nodes-1.mainnet.btcsecure.io:26656," +
"[email protected]:26656," +
"c098df48319b81a7535b9784873d0f143f8b72f5@minter-node-1.rundax.com:26656"
"8ee270d29cc7221a61ab4c93121efba9ba83a943@minter-node-1.rundax.com:26656"

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

0 comments on commit afbd26a

Please sign in to comment.