miner: default gaslimit 60M

This commit is contained in:
Felix Lange 2025-09-24 16:56:24 +02:00
parent 48c74f4593
commit 468ac7e347

View file

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