Skip to content

Commit

Permalink
Update ownerAddress param names
Browse files Browse the repository at this point in the history
  • Loading branch information
EridianAlpha committed Jun 10, 2024
1 parent 82380ed commit 0bc6569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/IAavePM.sol
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ interface IAavePM {
// ================================================================
// │ FUNCTIONS - WITHDRAW FUNCTIONS │
// ================================================================
function rescueEth(address rescueAddress) external;
function rescueEth(address ownerAddress) external;
function aaveWithdrawWstETH(uint256 withdrawAmount, address ownerAddress) external;
function aaveBorrowAndWithdrawUSDC(uint256 borrowAmount, address ownerAddress) external;
function aaveClosePosition(address _owner) external;
function aaveClosePosition(address ownerAddress) external;

// ================================================================
// │ FUNCTIONS - GETTERS │
Expand Down

0 comments on commit 0bc6569

Please sign in to comment.