Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
PoulavBhowmick03 committed Oct 20, 2024
1 parent 517d768 commit 166f23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onchain/cairo/src/launchpad/launchpad.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ pub mod LaunchpadMarketplace {
}
assert!(amount <= pool_coin.available_supply, "Not enough available supply");

// **Assertion 3:** Amount Received Validation
// Assertion: Amount Received Validation
// Optionally, re-calculate the quote amount based on the amount to ensure consistency
let expected_quote_amount = self
._get_quote_paid_by_amount_coin(coin_address, amount, false);
Expand Down

0 comments on commit 166f23b

Please sign in to comment.