diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-10-23 14:12:10 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:16 +0800 |
commit | 18b940c6840e1030be76945207fb5bdf6323d696 (patch) | |
tree | 1c006cd2f436fabbcbf0ec173acd86eead8510f3 /test | |
parent | 4038a460b537083b2395fc1d443ebffe6a739d23 (diff) | |
download | go-tangerine-18b940c6840e1030be76945207fb5bdf6323d696.tar go-tangerine-18b940c6840e1030be76945207fb5bdf6323d696.tar.gz go-tangerine-18b940c6840e1030be76945207fb5bdf6323d696.tar.bz2 go-tangerine-18b940c6840e1030be76945207fb5bdf6323d696.tar.lz go-tangerine-18b940c6840e1030be76945207fb5bdf6323d696.tar.xz go-tangerine-18b940c6840e1030be76945207fb5bdf6323d696.tar.zst go-tangerine-18b940c6840e1030be76945207fb5bdf6323d696.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 } |