diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-10-23 14:12:10 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:50 +0800 |
commit | 30c2100b2ce5179f1421f6c37f0397f2c2333284 (patch) | |
tree | df56790e39df8a878871e86c02c298049398db4a /test | |
parent | 4395f2b17fcc20f733ee37c3e3e16664821015dc (diff) | |
download | dexon-30c2100b2ce5179f1421f6c37f0397f2c2333284.tar.gz dexon-30c2100b2ce5179f1421f6c37f0397f2c2333284.tar.zst dexon-30c2100b2ce5179f1421f6c37f0397f2c2333284.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 } |