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
🧐 Motivation
openzeppelin-contracts/contracts/token/ERC20/ERC20.sol
Lines 39 to 41 in d6b63a4
📝 Details The Above lines can be changed to this.
mapping(address owner => uint256 value) private _balances;
mapping(address owner => mapping(address spender => uint256 value)) private _allowances;
The text was updated successfully, but these errors were encountered:
I am open to contributing.
Sorry, something went wrong.
This is already addressed by #4433
Duplicate of #4343
oh sorry! didn't notice.
No branches or pull requests
🧐 Motivation
openzeppelin-contracts/contracts/token/ERC20/ERC20.sol
Lines 39 to 41 in d6b63a4
📝 Details
The Above lines can be changed to this.
The text was updated successfully, but these errors were encountered: