Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/ethapi: support both input and data for personal_sendTransac…
…tion (ethereum#23476) Currently, setDefaults overwrites the transaction input value if only input is provided. This causes personal_sendTransaction to estimate the gas based on a transaction with empty data. eth_estimateGas never calls setDefaults so it was unaffected by this.
- Loading branch information