mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-21 19:18:25 +00:00
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.