Skip to content

Commit

Permalink
docs: burn shares permit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday committed Jan 15, 2025
1 parent fac1f9d commit 710ccac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/0.8.25/vaults/Dashboard.sol
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,9 @@ contract Dashboard is AccessControlEnumerable {
}

/**
* @notice Burns stETH tokens (in shares) backed by the vault from the sender using EIP-2612 Permit.
* @notice Burns stETH tokens (in shares) backed by the vault from the sender using EIP-2612 Permit (with value in stETH).
* @param _amountOfShares Amount of stETH shares to burn
* @param _permit data required for the stETH.permit() method to set the allowance
* @param _permit data required for the stETH.permit() with amount in stETH
*/
function burnSharesWithPermit(
uint256 _amountOfShares,
Expand Down

0 comments on commit 710ccac

Please sign in to comment.