Skip to content

Commit d88c464

Browse files
committed
fix: remove note for deposit
1 parent 588fcf0 commit d88c464

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

technical-reference/reference-technical-articles/venus-erc-4626.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ contract VenusERC4626 is
193193
#### Core ERC-4626 Functions
194194

195195
- **`deposit(uint256 assets, address receiver)`**: Deposits assets and mints shares to the receiver.
196-
- Note - It can mint slightly fewer shares than requested, because vToken.mint rounds down.
197196
- **`mint(uint256 shares, address receiver)`**: Mints exact shares by depositing required assets.
198197
- Note - It can mint slightly fewer shares than requested, because vToken.mint rounds down.
199198
- **`withdraw(uint256 assets, address receiver, address owner)`**: Withdraws exact assets and burns shares from the owner.

0 commit comments

Comments
 (0)