Skip to content

Commit

Permalink
Update delegate call helper comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EridianAlpha committed Jun 29, 2024
1 parent 26c4578 commit c9876f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AavePM.sol
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,8 @@ contract AavePM is
/// @notice Delegate call helper function for the manager to call any function.
/// @dev The public function is used to delegate calls to other contracts.
/// Caller must have `MANAGER_ROLE`.
/// As the manager can only use identifiers already set in the contract,
/// it cannot call a contract that is not set (e.g. a malicious contract).
/// @param _targetIdentifier The identifier of the target contract.
/// @param _data The data to send to the target contract.
/// @return result The result of the delegate call.
Expand Down

0 comments on commit c9876f5

Please sign in to comment.