From 7606571d692cc05659dc5336a94424ce4fce1696 Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Wed, 22 Apr 2015 12:22:41 -0700 Subject: [PATCH] bump network number --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index b43b0d8de..1c5462f0d 100644 --- a/config/config.go +++ b/config/config.go @@ -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_testnet2" +Network = "tendermint_testnet3" ListenAddr = "0.0.0.0:46656" # First node to connect to. Command-line overridable. SeedNode = "188.166.55.222:46656"