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
msg.sender == address(0) in acceptAdmin() looks redundant.
msg.sender == address(0)
acceptAdmin()
compound-protocol/contracts/Unitroller.sol
Line 110 in 3affca8
Instead, can add newPendingAdmin != address(0) in setPendingAdmin().
newPendingAdmin != address(0)
setPendingAdmin()
Line 87 in 3affca8
The text was updated successfully, but these errors were encountered:
LOL, scammers everywhere.
Sorry, something went wrong.
No branches or pull requests
msg.sender == address(0)
inacceptAdmin()
looks redundant.compound-protocol/contracts/Unitroller.sol
Line 110 in 3affca8
Instead, can add
newPendingAdmin != address(0)
insetPendingAdmin()
.compound-protocol/contracts/Unitroller.sol
Line 87 in 3affca8
The text was updated successfully, but these errors were encountered: