set the default ceil and floor gas limit to 800M and 700M

This commit is contained in:
amalraj.manigmail.com 2019-05-03 11:29:11 +08:00
parent 62c00b637c
commit 32c600bbee
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ var DefaultConfig = Config{
TrieCache: 256,
TrieTimeout: 60 * time.Minute,
MinerGasFloor: 700000000,
MinerGasCeil: 700000000,
MinerGasCeil: 800000000,
MinerGasPrice: big.NewInt(params.GWei),
MinerRecommit: 3 * time.Second,