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

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

View File

@ -14,8 +14,8 @@ abstract contract WSTETHContract is Helpers, Basic {
* @dev Deposit STETH into WSTETH. * @dev Deposit STETH into WSTETH.
* @notice Wrap STETH into WSTETH * @notice Wrap STETH into WSTETH
* @param stethAmt The amount of STETH to deposit. (For max: `uint256(-1)`) * @param stethAmt The amount of STETH to deposit. (For max: `uint256(-1)`)
* @param getId ID to retrieve amt. * @param getId ID to retrieve STETH amount.
* @param setId ID stores the amount of STETH deposited. * @param setId ID stores the amount of WSTETH deposited.
*/ */
function deposit( function deposit(
uint256 stethAmt, uint256 stethAmt,