miner: default gaslimit 60M (#32734)

This commit is contained in:
Felix Lange 2025-09-24 19:41:33 +02:00 committed by GitHub
parent 15a94b4331
commit bc451546ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ type Config struct {
// DefaultConfig contains default settings for miner.
var DefaultConfig = Config{
GasCeil: 45_000_000,
GasCeil: 60_000_000,
GasPrice: big.NewInt(params.GWei / 1000),
// The default recommit time is chosen as two seconds since