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 doesn't allow naming functions after built-in functions like raw_call. However, it is possible to call a function send. This seems like an inconsistency in the language.
@public
def send():
pass
How can it be fixed?
Disallow functions called send.
The text was updated successfully, but these errors were encountered:
Vyper version: 0.1.0b9
What's your issue about?
Vyper doesn't allow naming functions after built-in functions like
raw_call
. However, it is possible to call a functionsend
. This seems like an inconsistency in the language.How can it be fixed?
Disallow functions called
send
.The text was updated successfully, but these errors were encountered: