diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-10-23 14:12:10 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | ed9544ce6c9c9525f9fcf9c10d11010734c9da13 (patch) | |
tree | e8fc1353051980b57d45586fd034040b90da529f /test | |
parent | 72d59f7d765607bd6aafeb836e6034c22a5eb877 (diff) | |
download | dexon-ed9544ce6c9c9525f9fcf9c10d11010734c9da13.tar dexon-ed9544ce6c9c9525f9fcf9c10d11010734c9da13.tar.gz dexon-ed9544ce6c9c9525f9fcf9c10d11010734c9da13.tar.bz2 dexon-ed9544ce6c9c9525f9fcf9c10d11010734c9da13.tar.lz dexon-ed9544ce6c9c9525f9fcf9c10d11010734c9da13.tar.xz dexon-ed9544ce6c9c9525f9fcf9c10d11010734c9da13.tar.zst dexon-ed9544ce6c9c9525f9fcf9c10d11010734c9da13.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 } |