good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 1fc0eba5 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub
Browse files

Merge pull request #23028 from karalabe/1559-rpcgascap

eth/ethconfig: bump the RPC gas cap to 50M, since 1559 exceeds 25
parents 7a00378e be1267ce
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ var Defaults = Config{
Recommit: 3 * time.Second,
},
TxPool: core.DefaultTxPoolConfig,
RPCGasCap: 25000000,
RPCGasCap: 50000000,
GPO: FullNodeGPO,
RPCTxFeeCap: 1, // 1 ether
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment