The end
function allows the owner of the contract to finalize the auction, however, if there's no bid for the auction, end
will always revert and the auction NFT will be stuck in the contract
This line asserts that the auction's starting price is less than the highest bid. This only holds for auctions with bids, the value for the starting price will be equal to the highest bid for auctions with no bids.
The auction NFT will be stuck in the contract
Manual
The assert
check should be removed
If there are no placed bids in the auction, the `end` function will always revert. The owner can not receive back the nft ant it will be locked in the contract.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.