Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Sep 12, 2024
1 parent 36757ef commit 1e0895f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/VaultV3.vy
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ def _max_withdraw(
@internal
def _deposit(sender: address, recipient: address, assets: uint256, shares: uint256):
"""
Used for `deposit` calls to transfer the amount of `asset` to the vault,
Used for `deposit` and `mint` calls to transfer the amount of `asset` to the vault,
issue the corresponding `shares` to the `recipient` and update all needed
vault accounting.
"""
Expand Down

0 comments on commit 1e0895f

Please sign in to comment.