aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/dexcon-simulation-with-scheduler
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-09-05 10:32:25 +0800
committerGitHub <noreply@github.com>2018-09-05 10:32:25 +0800
commit41641e10286dd7b1fdcced6a51157e061d545ef5 (patch)
tree69129be3df35d7abde7b94ef5ceec828787b3498 /cmd/dexcon-simulation-with-scheduler
parent04a63a22a24abaaa91b1d981e6d95260d80dadf4 (diff)
downloadtangerine-consensus-41641e10286dd7b1fdcced6a51157e061d545ef5.tar.gz
tangerine-consensus-41641e10286dd7b1fdcced6a51157e061d545ef5.tar.zst
tangerine-consensus-41641e10286dd7b1fdcced6a51157e061d545ef5.zip
misc: Polish BA. (#94)
Diffstat (limited to 'cmd/dexcon-simulation-with-scheduler')
-rw-r--r--cmd/dexcon-simulation-with-scheduler/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/dexcon-simulation-with-scheduler/main.go b/cmd/dexcon-simulation-with-scheduler/main.go
index b9f5ec3..d1d815a 100644
--- a/cmd/dexcon-simulation-with-scheduler/main.go
+++ b/cmd/dexcon-simulation-with-scheduler/main.go
@@ -49,8 +49,8 @@ func main() {
Mean: cfg.Networking.Mean,
}
proposingLatency := &integration.NormalLatencyModel{
- Sigma: cfg.Validator.ProposeIntervalSigma,
- Mean: cfg.Validator.ProposeIntervalMean,
+ Sigma: cfg.Validator.Legacy.ProposeIntervalSigma,
+ Mean: cfg.Validator.Legacy.ProposeIntervalMean,
}
// Setup validators and other consensus related stuffs.
apps, dbs, validators, err := integration.PrepareValidators(