Skip to content

Commit

Permalink
Correct TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Aug 7, 2024
1 parent 665d1e6 commit 6bdff83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks/liquidity/BaselineV2/BaselineAxisLaunch.sol
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ contract BaselineAxisLaunch is BaseCallback, Policy, Owned {
if (!prefund_) revert Callback_Params_UnsupportedAuctionFormat();

// TODO Reference: M-02
// Validate that the price of the auction is >= the initial pool price.
// Validate that the initial pool price >= auction price.

// Set the lot ID
lotId = lotId_;
Expand Down

0 comments on commit 6bdff83

Please sign in to comment.