Skip to content

Commit

Permalink
fix mint function
Browse files Browse the repository at this point in the history
  • Loading branch information
ungaro committed Dec 10, 2024
1 parent a3ce582 commit 267dfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nest/src/ComponentToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ abstract contract ComponentToken is
$.claimableRedeemRequest[controller] = 0;
$.assetsRedeemRequest[controller] = 0;

// No _burn needed here as shares were already burned in requestRedeem
// No _burn needed here as shares were already burned in requestRedeem
SafeERC20.safeTransfer(IERC20(asset()), receiver, assets);
} else {
shares = previewWithdraw(assets);
Expand Down

0 comments on commit 267dfcf

Please sign in to comment.