Skip to content

Commit

Permalink
removed deprecated description
Browse files Browse the repository at this point in the history
  • Loading branch information
yudilevi committed Sep 24, 2024
1 parent be5869f commit e792efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/vortex/CarbonVortex.sol
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ contract CarbonVortex is ICarbonVortex, Upgradeable, ReentrancyGuardUpgradeable,
bool carbonControllerIsNotZero = address(_carbonController) != address(0);
bool vaultIsNotZero = address(_vault) != address(0);

// withdraw fees from carbon, vault and old vortex
// withdraw fees from carbon vault
for (uint256 i = 0; i < len; i = uncheckedInc(i)) {
Token token = tokens[i];
// withdraw token fees
Expand Down

0 comments on commit e792efa

Please sign in to comment.