Skip to content

Commit

Permalink
feat(comments): deleting wron comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrpl committed Nov 27, 2023
1 parent bf3a71c commit 24561e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/metamorpho/MetamorphoSnippets.sol
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,4 @@ contract MetamorphoSnippets {
uint256 maxToRedeem = vault.maxRedeem(address(this));
redeemed = vault.redeem(maxToRedeem, receiver, onBehalf);
}

// // TODO:
// // Reallocation example
}

0 comments on commit 24561e0

Please sign in to comment.