eth95
eth95 copied to clipboard
Setting ETH value to send on one contract function breaks all other transaction calls.
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.
I am experiencing this same issue
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.