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

Insufficient Fee Error on fuels 0.82.0 #2270

Open
Torres-ssf opened this issue May 8, 2024 · 0 comments
Open

Insufficient Fee Error on fuels 0.82.0 #2270

Torres-ssf opened this issue May 8, 2024 · 0 comments
Assignees
Labels

Comments

@Torres-ssf
Copy link
Contributor

Torres-ssf commented May 8, 2024

A bug related to insufficient fee has been identified in the latest Beta-5 compatible release: 0.82.0.

We need to investigate further and fix this.

Perhaps a solution could be the same approach that was implemented during #2021.

The solution changes the value that is set to the gasLimit property before executing the dry-run to get the gasUsed value:

txRequest.gasLimit = maxGas

to

txRequest.gasLimit = maxGasPerTx.sub(maxGas)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant