Skip to content

Commit

Permalink
eth/ethconfig: bump the RPC gas cap to 50M, since 1559 exceeds 25
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Jun 10, 2021
1 parent 7a00378 commit be1267c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/ethconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var Defaults = Config{
Recommit: 3 * time.Second,
},
TxPool: core.DefaultTxPoolConfig,
RPCGasCap: 25000000,
RPCGasCap: 50000000,
GPO: FullNodeGPO,
RPCTxFeeCap: 1, // 1 ether
}
Expand Down

0 comments on commit be1267c

Please sign in to comment.