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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initializer
The initializer function of ownable used to accept an argument owner: felt: https://github.com/OpenZeppelin/cairo-contracts/blob/main/src/openzeppelin/access/ownable/library.cairo#L31
ownable
owner: felt
The new version on the cairo-1 branch does not have this argument : https://github.com/OpenZeppelin/cairo-contracts/blob/cairo-1/src/openzeppelin/access/ownable/ownable.cairo#L74
cairo-1
The text was updated successfully, but these errors were encountered:
ericnordelo
Successfully merging a pull request may close this issue.
The
initializer
function ofownable
used to accept an argumentowner: felt
:https://github.com/OpenZeppelin/cairo-contracts/blob/main/src/openzeppelin/access/ownable/library.cairo#L31
The new version on the
cairo-1
branch does not have this argument :https://github.com/OpenZeppelin/cairo-contracts/blob/cairo-1/src/openzeppelin/access/ownable/ownable.cairo#L74
The text was updated successfully, but these errors were encountered: