[Bug] Gas is not re-calculated when updating a transaction #5865
Labels
area-gas
Sev2-normal
An issue that may lead to users misunderstanding some limited risks they are taking
team-confirmations-secure-ux
DEPRECATED: please use "team-confirmations" label instead
type-bug
Something isn't working
Describe the bug
There is a problem with gas calculation when we switch from one type of Send to another (Send ETH/ Send ERC20 / Send NFT). It looks like gas is not re-calculated resulting in non-desired behaviors for both cases.
See below the effects:
intrinsic gas too low
and even if I set High gas fees, I still see the error and cannot proceed. The problem is that we are using the gas proposed for the first Send, and it's not re-calculated. We expected higher costs when we interact with contracts and send hex data along our call.too-low-intrinsic-gas.mp4
proposed-gas-too-high.mp4
Affected flows:
To Reproduce
Steps to reproduce the behavior
intrinsic gas too low
Expected behavior
We should re-calculate the proposed gas everytime we update a transaction
Smartphone (please complete the following information):
to be added after bug submission by internal support / PM
Severity
The text was updated successfully, but these errors were encountered: