miner: fixed default gasPriceOracle min price for private networks

This commit is contained in:
kaliubuntu0206 2023-11-08 20:06:42 +09:00
parent 470dba8fc1
commit f27d744d91

View file

@ -58,7 +58,7 @@ type Config struct {
// DefaultConfig contains default settings for miner.
var DefaultConfig = Config{
GasCeil: 30000000,
GasPrice: big.NewInt(params.GWei),
GasPrice: big.NewInt(2 * params.Wei),
// The default recommit time is chosen as two seconds since
// consensus-layer usually will wait a half slot of time(6s)