-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
fixes after review #121 (authorization with signature) #192
fixes after review #121 (authorization with signature) #192
Conversation
493e444
to
0872299
Compare
970846d
to
fe70678
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -77,18 +67,17 @@ contract Blue is IFlashLender { | |||
mapping(IIrm => bool) public isIrmEnabled; | |||
// Enabled LLTVs. | |||
mapping(uint256 => bool) public isLltvEnabled; | |||
// User's managers. | |||
mapping(address => mapping(address => bool)) public isApproved; | |||
// User's authorizations. Note that by default, msg.sender is authorized by themself. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// User's authorizations. Note that by default, msg.sender is authorized by themself. | |
// User's authorizations. Note that by default, msg.sender is authorized by themselves. |
Perhaps am I mistaken and happy to learn, I invoke the guru @pakim249CAL
Fixes: