mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
miner: default gaslimit 60M
This commit is contained in:
parent
48c74f4593
commit
468ac7e347
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: 45_000_000,
|
||||
GasCeil: 60_000_000,
|
||||
GasPrice: big.NewInt(params.GWei / 1000),
|
||||
|
||||
// The default recommit time is chosen as two seconds since
|
||||
|
|
|
|||
Loading…
Reference in a new issue