Skip to content

Commit ebff350

Browse files
authored
miner: default gaslimit 45M (#32087)
We believe it is safe to raise the gaslimit to 45M before the Fusaka fork. So this PR changes the default to 45M.
1 parent c80e7f4 commit ebff350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miner/miner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type Config struct {
5252

5353
// DefaultConfig contains default settings for miner.
5454
var DefaultConfig = Config{
55-
GasCeil: 36_000_000,
55+
GasCeil: 45_000_000,
5656
GasPrice: big.NewInt(params.GWei / 1000),
5757

5858
// The default recommit time is chosen as two seconds since

0 commit comments

Comments
 (0)