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