mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/mainnet/connectors/wsteth/main.sol
This commit is contained in:
parent
2af2967fea
commit
73e5830e26
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user