Browse Source

bump testnet version

pull/67/head
Jae Kwon 10 years ago
parent
commit
71f0d58164
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_testnet4"
Network = "tendermint_testnet4.1"
ListenAddr = "0.0.0.0:46656"
# First node to connect to. Command-line overridable.
SeedNode = ""


Loading…
Cancel
Save