miner: lower default min miner tip from 1 gwei to 0.001 gwei (#29895)
This commit is contained in:
parent
bdc62f9beb
commit
2613523cb5
@ -53,7 +53,7 @@ type Config struct {
|
|||||||
// DefaultConfig contains default settings for miner.
|
// DefaultConfig contains default settings for miner.
|
||||||
var DefaultConfig = Config{
|
var DefaultConfig = Config{
|
||||||
GasCeil: 30_000_000,
|
GasCeil: 30_000_000,
|
||||||
GasPrice: big.NewInt(params.GWei),
|
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
|
||||||
// consensus-layer usually will wait a half slot of time(6s)
|
// consensus-layer usually will wait a half slot of time(6s)
|
||||||
|
Loading…
Reference in New Issue
Block a user