Skip to content

Commit

Permalink
Merge pull request #451 from morpho-org/docs/fix-supply-collateral-doc
Browse files Browse the repository at this point in the history
fix: asset description in morphoSupplyCollateral natspec
  • Loading branch information
MathisGD authored Sep 23, 2024
2 parents cb19b04 + cba52a0 commit b24c564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MorphoBundler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ abstract contract MorphoBundler is BaseBundler, IMorphoBundler {
/// @notice Supplies `assets` of collateral on behalf of `onBehalf`.
/// @dev Initiator must have previously transferred their assets to the bundler.
/// @param marketParams The Morpho market to supply collateral to.
/// @param assets The amount of collateral to supply. Pass `type(uint256).max` to supply the bundler's loan asset
/// @param assets The amount of collateral to supply. Pass `type(uint256).max` to supply the bundler's collateral
/// balance.
/// @param onBehalf The address that will own the increased collateral position.
/// @param data Arbitrary data to pass to the `onMorphoSupplyCollateral` callback. Pass empty data if not needed.
Expand Down

0 comments on commit b24c564

Please sign in to comment.