Browse Source

Updated seed node.

pull/43/merge
Jae Kwon 10 years ago
parent
commit
3cb4092180
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/config.go

+ 1
- 1
config/config.go View File

@ -38,7 +38,7 @@ var defaultConfig = `# This is a TOML config file.
Network = "tendermint_testnet0"
ListenAddr = "0.0.0.0:8080"
# First node to connect to. Command-line overridable.
SeedNode = "23.239.22.253:8080"
SeedNode = "188.166.55.222:8080"
[DB]
# The only other available backend is "memdb"


Loading…
Cancel
Save