aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/config
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-09-20 14:05:39 +0800
committerGitHub <noreply@github.com>2018-09-20 14:05:39 +0800
commit682de6408544b8d4073333e6659340b304f4399e (patch)
treeff12fd4ffe5b68806daeda21f7724aa5f9012b69 /simulation/config
parent35f260f1fb55082abbfa0f8b241ae1a0218865e9 (diff)
downloadtangerine-consensus-682de6408544b8d4073333e6659340b304f4399e.tar
tangerine-consensus-682de6408544b8d4073333e6659340b304f4399e.tar.gz
tangerine-consensus-682de6408544b8d4073333e6659340b304f4399e.tar.bz2
tangerine-consensus-682de6408544b8d4073333e6659340b304f4399e.tar.lz
tangerine-consensus-682de6408544b8d4073333e6659340b304f4399e.tar.xz
tangerine-consensus-682de6408544b8d4073333e6659340b304f4399e.tar.zst
tangerine-consensus-682de6408544b8d4073333e6659340b304f4399e.zip
test_config: update config to latest runnable version (#122)
Diffstat (limited to 'simulation/config')
-rw-r--r--simulation/config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/simulation/config/config.go b/simulation/config/config.go
index bddb19d..6c7b584 100644
--- a/simulation/config/config.go
+++ b/simulation/config/config.go
@@ -107,7 +107,7 @@ func GenerateDefault(path string) error {
},
Networking: Networking{
Type: NetworkTypeTCPLocal,
- PeerServer: "peer.server",
+ PeerServer: "127.0.0.1",
Mean: 100,
Sigma: 10,
LossRateValue: 0,