Skip to content

Fix gas limit in eth_sendTransaction calls#257

Open
dahu33 wants to merge 1 commit intoMetaMask:mainfrom
dahu33:fix-gas-limit
Open

Fix gas limit in eth_sendTransaction calls#257
dahu33 wants to merge 1 commit intoMetaMask:mainfrom
dahu33:fix-gas-limit

Conversation

@dahu33
Copy link

@dahu33 dahu33 commented Sep 14, 2023

This PR fixes two issues:

  1. The specs of the eth_sendTransaction method requires to specify the gas limit as the gas parameter and not the gasLimit parameter (see the specs here: https://ethereum.github.io/execution-apis/api-documentation/)
  2. Increase the gas limit to the minimum required for Ethereum (21,000)

@adonesky1 adonesky1 mentioned this pull request Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant