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

Set Gas fee, "FeeTooLow, EffectivePriorityFeePerGas too low 416666660 < 1000000000, BaseFee: 7" error when calling transactions #142

Open
pinoybai opened this issue Jan 29, 2022 · 0 comments

Comments

@pinoybai
Copy link

Hi,

I am trying to call a payable function in my solidity contract. The contract allows for msg.value to be 0 or greater, but Portis wallet throws an error saying "FeeTooLow, EffectivePriorityFeePerGas too low 416666660 < 1000000000, BaseFee: 7" when calling the function.

but the transaction is successful if I send 1 or more SPOA in msg.value. May I know how to send successful transaction even with 0 msg.value?

Portis wallet shows calculated gas fee.

is there a way to set gas fee to be high enough for the transaction to go through successfully in portis?

@pinoybai pinoybai changed the title "FeeTooLow, EffectivePriorityFeePerGas too low 416666660 < 1000000000, BaseFee: 7" error when calling transactions with low gas fee Set Gas fee, "FeeTooLow, EffectivePriorityFeePerGas too low 416666660 < 1000000000, BaseFee: 7" error when calling transactions Jan 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant