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 6bafe28 commit e45b113Copy full SHA for e45b113
miner/miner.go
@@ -52,7 +52,7 @@ type Config struct {
52
53
// DefaultConfig contains default settings for miner.
54
var DefaultConfig = Config{
55
- GasCeil: 45_000_000,
+ GasCeil: 60_000_000,
56
GasPrice: big.NewInt(params.GWei / 1000),
57
58
// The default recommit time is chosen as two seconds since
0 commit comments