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 7a00378 commit be1267cCopy full SHA for be1267c
eth/ethconfig/config.go
@@ -85,7 +85,7 @@ var Defaults = Config{
85
Recommit: 3 * time.Second,
86
},
87
TxPool: core.DefaultTxPoolConfig,
88
- RPCGasCap: 25000000,
+ RPCGasCap: 50000000,
89
GPO: FullNodeGPO,
90
RPCTxFeeCap: 1, // 1 ether
91
}
0 commit comments