diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-26 10:00:31 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:18 +0800 |
commit | afc6a417210dc43a5a38ece5302de6801785316f (patch) | |
tree | bdf34181a628038f935e161433fe1b612a5b3bae /test/genesis.json | |
parent | 82d138debeac23029d3640ee7bc31c4ed093ff28 (diff) | |
download | go-tangerine-afc6a417210dc43a5a38ece5302de6801785316f.tar go-tangerine-afc6a417210dc43a5a38ece5302de6801785316f.tar.gz go-tangerine-afc6a417210dc43a5a38ece5302de6801785316f.tar.bz2 go-tangerine-afc6a417210dc43a5a38ece5302de6801785316f.tar.lz go-tangerine-afc6a417210dc43a5a38ece5302de6801785316f.tar.xz go-tangerine-afc6a417210dc43a5a38ece5302de6801785316f.tar.zst go-tangerine-afc6a417210dc43a5a38ece5302de6801785316f.zip |
core: various changes on tps tuning (#46)
Diffstat (limited to 'test/genesis.json')
-rw-r--r-- | test/genesis.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/genesis.json b/test/genesis.json index bc3e740ea..6a48eee29 100644 --- a/test/genesis.json +++ b/test/genesis.json @@ -14,7 +14,7 @@ "owner": "0xBF8C48A620bacc46907f9B89732D25E47A2D7Cf7", "minStake": "0x152d02c7e14af6800000", "blockReward": "0xde0b6b3a7640000", - "blockGasLimit": 80000000, + "blockGasLimit": 40000000, "numChains": 6, "lambdaBA": 250, "lambdaDKG": 2500, @@ -29,7 +29,7 @@ "nonce": "0x42", "timestamp": "0x0", "extraData": "0x3535353535353535353535353535353535353535353535353535353535353535", - "gasLimit": "0x4c4b400", + "gasLimit": "0x2625a00", "difficulty": "0x1", "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "coinbase": "0x0000000000000000000000000000000000000000", |