Skip to content

Commit

Permalink
Fix param name
Browse files Browse the repository at this point in the history
  • Loading branch information
EridianAlpha committed Jun 21, 2024
1 parent eeaaca0 commit 7460c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AavePM.sol
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ contract AavePM is
/// @notice Renounce a role from an account.
/// @dev Caller must have the role.
/// @param role The role to renounce in a bytes32 format keccak256("ROLE_NAME").
/// @param account The account to renounce the role from.
/// @param callerConfirmation The account to renounce the role from.
function renounceRole(bytes32 role, address callerConfirmation)
public
override(IAavePM, IAccessControl, AccessControlUpgradeable)
Expand Down

0 comments on commit 7460c8b

Please sign in to comment.