mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
cmd: set DefaultGasLimit to 30M (#24680)
* cmd: set DefaultGasLimit to 30M, rem deprec. Flag * cmd: revert flag deprecation
This commit is contained in:
parent
59f0e8ae60
commit
c40943a167
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ var Defaults = Config{
|
|||
TrieTimeout: 60 * time.Minute,
|
||||
SnapshotCache: 102,
|
||||
Miner: miner.Config{
|
||||
GasCeil: 8000000,
|
||||
GasCeil: 30000000,
|
||||
GasPrice: big.NewInt(params.GWei),
|
||||
Recommit: 3 * time.Second,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue