Setting ETH value to send on one contract function breaks all other transaction calls.
moda20 opened this issue · 2 comments
moda20 commented
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 commented
I am experiencing this same issue
adrianmcli commented
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.