Skip to content

Commit e45b113

Browse files
fjlSahil-4555
authored andcommitted
miner: default gaslimit 60M (ethereum#32734)
1 parent 6bafe28 commit e45b113

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: 45_000_000,
55+
GasCeil: 60_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)