Skip to content

Commit 1fc0eba

Browse files
authored
Merge pull request #23028 from karalabe/1559-rpcgascap
eth/ethconfig: bump the RPC gas cap to 50M, since 1559 exceeds 25
2 parents 7a00378 + be1267c commit 1fc0eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/ethconfig/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ var Defaults = Config{
8585
Recommit: 3 * time.Second,
8686
},
8787
TxPool: core.DefaultTxPoolConfig,
88-
RPCGasCap: 25000000,
88+
RPCGasCap: 50000000,
8989
GPO: FullNodeGPO,
9090
RPCTxFeeCap: 1, // 1 ether
9191
}

0 commit comments

Comments
 (0)