diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-10-23 14:12:10 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2018-12-19 20:54:27 +0800 |
commit | 809c27866c1407c51294b91628179983f1635385 (patch) | |
tree | a5884089e4e43fa4cdfd36541bb762f0b6a405bf /test | |
parent | 0456cd5a89b340fec7d48ef684a041e726a321c3 (diff) | |
download | dexon-809c27866c1407c51294b91628179983f1635385.tar dexon-809c27866c1407c51294b91628179983f1635385.tar.gz dexon-809c27866c1407c51294b91628179983f1635385.tar.bz2 dexon-809c27866c1407c51294b91628179983f1635385.tar.lz dexon-809c27866c1407c51294b91628179983f1635385.tar.xz dexon-809c27866c1407c51294b91628179983f1635385.tar.zst dexon-809c27866c1407c51294b91628179983f1635385.zip |
dex: fix DKG round switching
Diffstat (limited to 'test')
-rw-r--r-- | test/genesis.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/genesis.json b/test/genesis.json index 131977cd3..ed5e9b7ce 100644 --- a/test/genesis.json +++ b/test/genesis.json @@ -17,7 +17,7 @@ "phiRatio": 667000, "notarySetSize": 4, "dkgSetSize": 4, - "roundInterval": 180000, + "roundInterval": 300000, "minBlockInterval": 900, "maxBlockInterval": 1100 } |