We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80378d5 commit b7fdb92Copy full SHA for b7fdb92
miner/miner.go
@@ -56,7 +56,7 @@ type Config struct {
56
// DefaultConfig contains default settings for miner.
57
var DefaultConfig = Config{
58
GasCeil: 30_000_000,
59
- GasPrice: big.NewInt(params.GWei),
+ GasPrice: big.NewInt(params.GWei / 1000),
60
61
// The default recommit time is chosen as two seconds since
62
// consensus-layer usually will wait a half slot of time(6s)
0 commit comments