mirror of https://github.com/ethereum/go-ethereum
internal/ethapi: support both input and data for personal_sendTransaction (#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.pull/23482/head
parent
62ad17fb00
commit
ffae2043f0
Loading…
Reference in new issue