diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-10-22 19:53:24 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:50 +0800 |
commit | 77882898913a3e2ed0a0ce59090a4e62da39c58f (patch) | |
tree | ad50f11792dde7faa8f138c452879eb0703196fb /test | |
parent | defdcafc514226b73050467ac42c787ef3f7cfea (diff) | |
download | dexon-77882898913a3e2ed0a0ce59090a4e62da39c58f.tar.gz dexon-77882898913a3e2ed0a0ce59090a4e62da39c58f.tar.zst dexon-77882898913a3e2ed0a0ce59090a4e62da39c58f.zip |
dex: fix round switching and initialize dMoment correctly
Diffstat (limited to 'test')
-rw-r--r-- | test/genesis.json | 4 |
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 } |