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
vyper Version (output of vyper --version): 0.3.6+commit.4a2124d
OS: win
Python Version (output of python --version): 3.9.2
What's your issue about?
The current Vyper version allows for functions decorated via the internal or pure modifier to be payable. In such situations, the compiler should throw an error.
Version Information
vyper --version
):0.3.6+commit.4a2124d
python --version
):3.9.2
What's your issue about?
The current Vyper version allows for functions decorated via the
internal
orpure
modifier to bepayable
. In such situations, the compiler should throw an error.To reproduce this behaviour, you can compile:
How can it be fixed?
The compiler should throw a type error in such circumstances.
The text was updated successfully, but these errors were encountered: