forked from forks/go-ethereum
miner: increase default gas limit to 36M (#31705)
This commit is contained in:
parent
846c14e21f
commit
7ad97a4a03
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ type Config struct {
|
|||
|
||||
// DefaultConfig contains default settings for miner.
|
||||
var DefaultConfig = Config{
|
||||
GasCeil: 30_000_000,
|
||||
GasCeil: 36_000_000,
|
||||
GasPrice: big.NewInt(params.GWei / 1000),
|
||||
|
||||
// The default recommit time is chosen as two seconds since
|
||||
|
|
|
|||
Loading…
Reference in a new issue