Skip to content

Commit 7ad97a4

Browse files
miner: increase default gas limit to 36M (#31705)
1 parent 846c14e commit 7ad97a4

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