aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-10-22 19:53:24 +0800
committerWei-Ning Huang <w@dexon.org>2018-12-19 20:54:27 +0800
commit5a4b1cbce0cba3af5492646d01ee5d9c0b2a6a72 (patch)
treee058a11fc6d9616255e3ae0c22e1a620703bc3ec /test
parent9320531a4a2add2ac3132257d04761aff078ff17 (diff)
downloaddexon-5a4b1cbce0cba3af5492646d01ee5d9c0b2a6a72.tar
dexon-5a4b1cbce0cba3af5492646d01ee5d9c0b2a6a72.tar.gz
dexon-5a4b1cbce0cba3af5492646d01ee5d9c0b2a6a72.tar.bz2
dexon-5a4b1cbce0cba3af5492646d01ee5d9c0b2a6a72.tar.lz
dexon-5a4b1cbce0cba3af5492646d01ee5d9c0b2a6a72.tar.xz
dexon-5a4b1cbce0cba3af5492646d01ee5d9c0b2a6a72.tar.zst
dexon-5a4b1cbce0cba3af5492646d01ee5d9c0b2a6a72.zip
dex: fix round switching and initialize dMoment correctly
Diffstat (limited to 'test')
-rw-r--r--test/genesis.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/genesis.json b/test/genesis.json
index b5bca5ac7..131977cd3 100644
--- a/test/genesis.json
+++ b/test/genesis.json
@@ -12,12 +12,12 @@
"blockReward": "1000000000000000000",
"numChains": 4,
"lambdaBA": 250,
- "lambdaDKG": 2500,
+ "lambdaDKG": 4000,
"k": 0,
"phiRatio": 667000,
"notarySetSize": 4,
"dkgSetSize": 4,
- "roundInterval": 99999999999,
+ "roundInterval": 180000,
"minBlockInterval": 900,
"maxBlockInterval": 1100
}