contracts icon indicating copy to clipboard operation
contracts copied to clipboard

Fix: update isAuctionExpired function

Open karacurt opened this issue 1 year ago • 0 comments

Issue: This view function is semantically wrong, the auction is expired only if endTimestamp is less than block.timestamp.

Solution: Fixes operator sign to <= instead of >=

karacurt avatar May 05 '24 00:05 karacurt