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

This commit is contained in:
Thrilok kumar 2022-04-03 03:50:21 +05:30 committed by GitHub
parent 34802d0dc7
commit 3f9ca9c890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,12 +67,12 @@ abstract contract InstaLiteConnector is Events, Basic {
} }
/** /**
* @dev Withdraw * @dev Withdraw ETH/ERC20
* @notice Withdraw eth/stEth tokens from instalite contract. * @notice Withdraw deposited tokens from Instalite.
* @param vaultAddress Address of vaultAddress Contract. * @param vaultAddress Address of vaultAddress Contract.
* @param amt The amount of the token to withdraw. * @param amt The amount of the token to withdraw.
* @param getId ID to retrieve amt. * @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( function withdraw(
address vaultAddress, address vaultAddress,