Update contracts/mainnet/connectors/wsteth/main.sol

This commit is contained in:
Thrilok kumar 2022-09-04 21:28:43 +05:30 committed by GitHub
parent 2af2967fea
commit 73e5830e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,8 +39,8 @@ abstract contract WSTETHContract is Helpers, Basic {
* @dev Withdraw STETH from WSTETH from Smart Account
* @notice Unwrap STETH from WSTETH
* @param wstethAmt The amount of WSTETH to withdraw. (For max: `uint256(-1)`)
* @param getId ID to retrieve amt.
* @param setId ID stores the amount of ETH withdrawn.
* @param getId ID to retrieve WSTETH amount.
* @param setId ID stores the amount of STETH.
*/
function withdraw(
uint256 wstethAmt,