We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8abe8 commit 699b1ecCopy full SHA for 699b1ec
vyper/ast/identifiers.py
@@ -64,6 +64,8 @@ def validate_identifier(attr, ast_node=None):
64
"internal",
65
"payable",
66
"nonreentrant",
67
+ "staticcall",
68
+ "extcall",
69
# "class" keywords
70
"interface",
71
"struct",
0 commit comments