From 3f9ca9c8904946bda7071c62b20762594bc2aaa5 Mon Sep 17 00:00:00 2001 From: Thrilok kumar Date: Sun, 3 Apr 2022 03:50:21 +0530 Subject: [PATCH] Update contracts/mainnet/connectors/instaLite/main.sol --- contracts/mainnet/connectors/instaLite/main.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contracts/mainnet/connectors/instaLite/main.sol b/contracts/mainnet/connectors/instaLite/main.sol index a876c3be..8d73ef91 100644 --- a/contracts/mainnet/connectors/instaLite/main.sol +++ b/contracts/mainnet/connectors/instaLite/main.sol @@ -67,12 +67,12 @@ abstract contract InstaLiteConnector is Events, Basic { } /** - * @dev Withdraw - * @notice Withdraw eth/stEth tokens from instalite contract. + * @dev Withdraw ETH/ERC20 + * @notice Withdraw deposited tokens from Instalite. * @param vaultAddress Address of vaultAddress Contract. * @param amt The amount of the token to withdraw. * @param getId ID to retrieve amt. - * @param setIds ID stores the amount of token withdrawn. + * @param setIds array of IDs to stores the amount of tokens withdrawn. */ function withdraw( address vaultAddress,