diff options
author | Wei-Ning Huang <w@cobinhood.com> | 2018-10-16 19:26:29 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:50 +0800 |
commit | 2045312bf4b05539691a154b6d74a9d794e31add (patch) | |
tree | 9a089f2fc67a3317d8220b40464b4f08a7129632 /test/genesis.json | |
parent | 06fd0255cd83497c43b6c25aff3be470d0a3c91a (diff) | |
download | go-tangerine-2045312bf4b05539691a154b6d74a9d794e31add.tar go-tangerine-2045312bf4b05539691a154b6d74a9d794e31add.tar.gz go-tangerine-2045312bf4b05539691a154b6d74a9d794e31add.tar.bz2 go-tangerine-2045312bf4b05539691a154b6d74a9d794e31add.tar.lz go-tangerine-2045312bf4b05539691a154b6d74a9d794e31add.tar.xz go-tangerine-2045312bf4b05539691a154b6d74a9d794e31add.tar.zst go-tangerine-2045312bf4b05539691a154b6d74a9d794e31add.zip |
dex/core: misc bug fixes
Diffstat (limited to 'test/genesis.json')
-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 2963aaf3c..51857df5f 100644 --- a/test/genesis.json +++ b/test/genesis.json @@ -15,7 +15,7 @@ "phiRatio": 667000, "notarySetSize": 4, "dkgSetSize": 4, - "roundInterval": 600000, + "roundInterval": 99999999999, "minBlockInterval": 900, "maxBlockInterval": 1100 } |