Skip to content

Commit

Permalink
add extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ungaro committed Nov 14, 2024
1 parent 030869c commit ff2f659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nest/src/token/pUSD.sol
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ contract pUSD is Initializable, ERC20Upgradeable, AccessControlUpgradeable, UUPS
function deposit(
uint256 assets,
address receiver,
address controller
address controller // Required by ComponentToken interface but not used in this implementation
) public virtual override returns (uint256 shares) {
// Calculate shares to mint
shares = previewDeposit(assets);
Expand Down

0 comments on commit ff2f659

Please sign in to comment.