diff --git a/eth/config.go b/eth/config.go index 423fcfcf0..1cfbd394f 100644 --- a/eth/config.go +++ b/eth/config.go @@ -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,