Skip to content

Commit

Permalink
Revert "cmd: set DefaultGasLimit to 30M (ethereum#24680)"
Browse files Browse the repository at this point in the history
This reverts commit 1ebbb9c.
  • Loading branch information
jagdeep sidhu committed Apr 12, 2022
1 parent 57a673a commit 2e7bdbd
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: 30000000,
GasCeil: 8000000,
GasPrice: big.NewInt(params.GWei),
Recommit: 3 * time.Second,
},
Expand Down

0 comments on commit 2e7bdbd

Please sign in to comment.