Browse Source

bump network version

pull/57/head
Jae Kwon 9 years ago
parent
commit
aa931f88ab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/config.go

+ 1
- 1
config/config.go View File

@ -36,7 +36,7 @@ var defaultConfig = `# This is a TOML config file.
# For more information, see https://github.com/toml-lang/toml
Moniker = "anonymous"
Network = "tendermint_testnet0"
Network = "tendermint_testnet2"
ListenAddr = "0.0.0.0:8080"
# First node to connect to. Command-line overridable.
SeedNode = "188.166.55.222:8080"


Loading…
Cancel
Save