Skip to content

Commit

Permalink
Added some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mehranhydary committed Sep 3, 2024
1 parent 348657a commit cffaa9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contracts/src/MiladyPoolTaskManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ contract MiladyPoolTaskManager is
);

(
// TODO: Probably need some of this...
// One is to check the direction of the trade
// Another is to call this with permit2 instead
// of the way we are doing it now (which has no
// actual assets lmao)
address walletAddress,
int24 tickToSellAt,
bool zeroForOne,
Expand Down

0 comments on commit cffaa9d

Please sign in to comment.