TX fee (1.1 ether) exceeds the configured cap (1.00 ether)

Can you update your geth txfeecap setting to increase the cap? There’s a transaction whose fee exceeds 1 MATIC.

1 Like

Hey @Herbert

You can increase the cap manually. You need to add this:

--rpc.txfeecap value      

Sets a cap on transaction fee (in ether) that can be sent via the RPC APIs (0 = no cap) (default: 1)

How to do this to the provider of speedy-nodes-nyc.moralis.io instead of own hosting node?