mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
docs: fixed comments for isUserPermissionAdminValid
This commit is contained in:
parent
0d7982d9a1
commit
a5b3e0f122
|
@ -74,9 +74,9 @@ interface IPermissionManager {
|
|||
function getUserPermissionAdmin(address user) external view returns (address);
|
||||
|
||||
/**
|
||||
* @dev Used to query if the permission admin of a certain user is valid,
|
||||
* @dev Used to query if the permission admin of a certain user is valid
|
||||
* @param user The address of the user
|
||||
* @return true if the permission admin of a certain user is valid, false otherwise
|
||||
* @return true if the permission admin of user is valid, false otherwise
|
||||
**/
|
||||
function isUserPermissionAdminValid(address user) external view returns (bool);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user