Skip to content

Commit

Permalink
cmd: set DefaultGasLimit to 30M (ethereum#24680)
Browse files Browse the repository at this point in the history
* cmd: set DefaultGasLimit to 30M, rem deprec. Flag

* cmd: revert flag deprecation
  • Loading branch information
MariusVanDerWijden authored and JacekGlen committed May 26, 2022
1 parent ea6e194 commit 660f43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/ethconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ var Defaults = Config{
TrieTimeout: 60 * time.Minute,
SnapshotCache: 102,
Miner: miner.Config{
GasCeil: 8000000,
GasCeil: 30000000,
GasPrice: big.NewInt(params.GWei),
Recommit: 3 * time.Second,
},
Expand Down

0 comments on commit 660f43d

Please sign in to comment.