diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-10-31 14:00:13 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:17 +0800 |
commit | 0cbf04193ea79661f191cdaaca8f179d8b5db999 (patch) | |
tree | 07be18996fb0524204cd4f58567297350fae933a /test | |
parent | 0f189998574d54b8e2d64642b6b689f35a09d23a (diff) | |
download | go-tangerine-0cbf04193ea79661f191cdaaca8f179d8b5db999.tar go-tangerine-0cbf04193ea79661f191cdaaca8f179d8b5db999.tar.gz go-tangerine-0cbf04193ea79661f191cdaaca8f179d8b5db999.tar.bz2 go-tangerine-0cbf04193ea79661f191cdaaca8f179d8b5db999.tar.lz go-tangerine-0cbf04193ea79661f191cdaaca8f179d8b5db999.tar.xz go-tangerine-0cbf04193ea79661f191cdaaca8f179d8b5db999.tar.zst go-tangerine-0cbf04193ea79661f191cdaaca8f179d8b5db999.zip |
dex: add block gas limit into governance
Diffstat (limited to 'test')
-rw-r--r-- | test/genesis.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/genesis.json b/test/genesis.json index 23c8fc3d8..6ad621c6d 100644 --- a/test/genesis.json +++ b/test/genesis.json @@ -10,6 +10,7 @@ "genesisCRSText": "In DEXON, we trust.", "owner": "0xBF8C48A620bacc46907f9B89732D25E47A2D7Cf7", "blockReward": "1000000000000000000", + "blockGasLimit": 80000000, "numChains": 4, "lambdaBA": 250, "lambdaDKG": 4000, @@ -17,7 +18,7 @@ "phiRatio": 667000, "notarySetSize": 4, "dkgSetSize": 4, - "roundInterval": 300000, + "roundInterval": 600000, "minBlockInterval": 900, "maxBlockInterval": 1100 } |