Skip to content

Commit

Permalink
update natspec docs: remove mention of 2% fee (outdated)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincharm committed Jun 5, 2024
1 parent 32359ac commit 93c15ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/contracts/AuctionRaffle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ contract AuctionRaffle is Ownable, Config, BidModel, StateModel, VRFRequester {
* @notice Allows a bidder to claim their funds after the raffle is settled.
* Golden Ticket winner can withdraw the full bid amount.
* Raffle winner can withdraw the bid amount minus `_reservePrice`.
* Non-winning bidder can withdraw the bid amount minus 2% fee.
* Non-winning bidder can withdraw the full bid amount.
* Auction winner pays the full bid amount and is not entitled to any withdrawal.
*/
function claim(uint256 bidderID) external onlyInState(State.RAFFLE_SETTLED) {
Expand Down

0 comments on commit 93c15ac

Please sign in to comment.