Skip to content

Commit

Permalink
πŸ“š: chores
Browse files Browse the repository at this point in the history
  • Loading branch information
folkyatina committed Aug 15, 2023
1 parent 4b5cebb commit 448d5e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/0.4.24/Lido.sol
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ contract Lido is Versioned, StETHPermit, AragonApp {
}

/**
* @notice Send funds to the pool and mints `StETH` tokens to `msg.sender` address
* @notice Sends funds to the pool and mints `StETH` tokens to the `msg.sender` address
* @dev Users are able to submit their funds by sending ether to the contract address.
* Unlike vanilla Ethereum Deposit contract, accepting only 32-Ether transactions, Lido
* accepts payments of any size. Submitted ether are stored in the buffer until someone calls
Expand All @@ -458,8 +458,8 @@ contract Lido is Versioned, StETHPermit, AragonApp {
}

/**
* @notice Send funds to the pool with the optional `_referral` parameter and mints `StETH` tokens to `msg.sender` address
* @dev This function is alternative way to submit funds. Supports optional referral address.
* @notice Sends funds to the pool with the optional `_referral` parameter and mints `StETH` tokens to the `msg.sender` address
* @param _referral optonal referral address. See https://lido.fi/referral for details.
* @return Amount of StETH shares generated
*/
function submit(address _referral) external payable returns (uint256) {
Expand Down

0 comments on commit 448d5e3

Please sign in to comment.