Skip to content

Commit

Permalink
chore: add TODO as reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
Oighty committed Jan 11, 2024
1 parent dd04b0e commit e4f92e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AuctionHouse.sol
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ contract AuctionHouse is Derivatizer, Auctioneer, Router {
ERC20 quoteToken_,
uint256 amount_
) internal returns (uint256 totalFees) {
// TODO should protocol and/or referrer be able to charge different fees based on the type of auction being used?

// Calculate fees for purchase
// 1. Calculate referrer fee
// 2. Calculate protocol fee as the total expected fee amount minus the referrer fee
Expand Down

0 comments on commit e4f92e2

Please sign in to comment.