Skip to content

Commit

Permalink
Update comments in LibFertilizer (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brean0 authored Sep 18, 2024
2 parents 489ef5a + 10ed009 commit ed622a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions protocol/contracts/libraries/LibFertilizer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ library LibFertilizer {
* @dev Adds a new fertilizer to Beanstalk, updates global state,
* the season queue, and returns the corresponding fertilizer id.
* @param season The season the fertilizer is added.
* @param tokenAmountIn The amount of barnRaiseToken being used to purchase Fertilizer.
* @param fertilizerAmount The amount of Fertilizer to add.
* @param minLP The minimum amount of LP to add.
* @return id The id of the Fertilizer.
Expand Down Expand Up @@ -102,8 +103,8 @@ library LibFertilizer {
}

/**
* @dev Any token contributions should already be transferred to the Barn Raise Well to allow for a gas efficient liquidity
* addition through the use of `sync`. See {FertilizerFacet.mintFertilizer} for an example.
* @dev Transfers `tokenAmountIn` of `barnRaiseToken` to the Barn Raise Well, mints and
* adds corresponding Bean liquidity.
*/
function addUnderlying(
uint256 tokenAmountIn,
Expand Down

0 comments on commit ed622a0

Please sign in to comment.