From 710ccac00ffd2ce7fdb8edb2ff7a623b22f52dd4 Mon Sep 17 00:00:00 2001 From: Evgeny Taktarov Date: Wed, 15 Jan 2025 21:06:15 +0700 Subject: [PATCH] docs: burn shares permit comment --- contracts/0.8.25/vaults/Dashboard.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/0.8.25/vaults/Dashboard.sol b/contracts/0.8.25/vaults/Dashboard.sol index 9a75bd730..dd082bd12 100644 --- a/contracts/0.8.25/vaults/Dashboard.sol +++ b/contracts/0.8.25/vaults/Dashboard.sol @@ -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,