We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
vyper --version
nonreentrant keys are allowed on default functions, e.g.
@external @payable @nonreentrant("default") def __default__(): pass
but it doesn't do anything, here's the output:
[seq, [if, [lt, calldatasize, 4], [goto, fallback]], [mstore, 28, [calldataload, 0]], [with, _func_sig, [mload, 0], seq], [seq_unchecked, [label, fallback], [seq, pass, # Line 5 pass, pass, # Line 4 stop]]],
The text was updated successfully, but these errors were encountered:
fixed in #2447
Sorry, something went wrong.
No branches or pull requests
Version Information
vyper --version
): v0.2.16nonreentrant keys are allowed on default functions, e.g.
but it doesn't do anything, here's the output:
The text was updated successfully, but these errors were encountered: