diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-09-20 14:05:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 14:05:39 +0800 |
commit | 682de6408544b8d4073333e6659340b304f4399e (patch) | |
tree | ff12fd4ffe5b68806daeda21f7724aa5f9012b69 /simulation | |
parent | 35f260f1fb55082abbfa0f8b241ae1a0218865e9 (diff) | |
download | dexon-consensus-682de6408544b8d4073333e6659340b304f4399e.tar dexon-consensus-682de6408544b8d4073333e6659340b304f4399e.tar.gz dexon-consensus-682de6408544b8d4073333e6659340b304f4399e.tar.bz2 dexon-consensus-682de6408544b8d4073333e6659340b304f4399e.tar.lz dexon-consensus-682de6408544b8d4073333e6659340b304f4399e.tar.xz dexon-consensus-682de6408544b8d4073333e6659340b304f4399e.tar.zst dexon-consensus-682de6408544b8d4073333e6659340b304f4399e.zip |
test_config: update config to latest runnable version (#122)
Diffstat (limited to 'simulation')
-rw-r--r-- | simulation/config/config.go | 2 |
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, |