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 d0bddb1 commit 1ebbb9cCopy full SHA for 1ebbb9c
eth/ethconfig/config.go
@@ -84,7 +84,7 @@ var Defaults = Config{
84
TrieTimeout: 60 * time.Minute,
85
SnapshotCache: 102,
86
Miner: miner.Config{
87
- GasCeil: 8000000,
+ GasCeil: 30000000,
88
GasPrice: big.NewInt(params.GWei),
89
Recommit: 3 * time.Second,
90
},
0 commit comments