Unverified Commit c40943a1 authored by Marius van der Wijden's avatar Marius van der Wijden Committed by GitHub

cmd: set DefaultGasLimit to 30M (#24680)

* cmd: set DefaultGasLimit to 30M, rem deprec. Flag

* cmd: revert flag deprecation
parent 59f0e8ae
...@@ -84,7 +84,7 @@ var Defaults = Config{ ...@@ -84,7 +84,7 @@ var Defaults = Config{
TrieTimeout: 60 * time.Minute, TrieTimeout: 60 * time.Minute,
SnapshotCache: 102, SnapshotCache: 102,
Miner: miner.Config{ Miner: miner.Config{
GasCeil: 8000000, GasCeil: 30000000,
GasPrice: big.NewInt(params.GWei), GasPrice: big.NewInt(params.GWei),
Recommit: 3 * time.Second, Recommit: 3 * time.Second,
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment