You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: