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

Setting ETH value to send on one contract function breaks all other transaction calls. #36

Open
moda20 opened this issue Nov 19, 2021 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@moda20
Copy link

moda20 commented Nov 19, 2021

I was testing my contract with eth95, and i found out that after i try to send a transaction with a value (a payable function) the value would stick in and every other transaction I send would also send a value with the transaction resulting in errors fro unpayable function calls.

@motibytes
Copy link

I am experiencing this same issue

@adrianmcli
Copy link
Owner

unfortunately, I never tested valued transfers when I first built the app. happy to take any PRs on this as unfortunately I am currently busy with another project. thanks for reporting the issue.

@adrianmcli adrianmcli added the help wanted Extra attention is needed label Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants