Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove check if gas cost are less than maximum transaction fee #13030

Closed
netopyr opened this issue Apr 27, 2024 · 0 comments · Fixed by #13078
Closed

Remove check if gas cost are less than maximum transaction fee #13030

netopyr opened this issue Apr 27, 2024 · 0 comments · Fixed by #13078
Assignees
Milestone

Comments

@netopyr
Copy link
Contributor

netopyr commented Apr 27, 2024

In the modularized code, we added a check when the estimated gas cost exceeds the maximum transaction fee, resulting in an INSUFFICIENT_TX_FEE error. We believe this change is the cause of the sudden increase in this type of error that has been reported. So, we decided to remove this check for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant