Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeary committed Oct 7, 2022
1 parent 7158803 commit eb6d215
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ contract ReserveAuctionListingAdjustableBufferIncrementEth is
// | | |
// | | |
// | _______________________________________________ |
// | ! ALT / Bid placed within 15 min of end? ! |
// | ! ALT / Bid placed within time buffer? ! |
// | !_____/ | ! |
// | ! |----. ! |
// | ! | | extend auction ! |
Expand Down Expand Up @@ -452,7 +452,7 @@ contract ReserveAuctionListingAdjustableBufferIncrementEth is
timeRemaining = firstBidTime + duration - block.timestamp;
}

// If the bid is placed within 15 minutes of the auction end, extend the auction
// If the bid is placed within time buffer, extend the auction
uint16 timeBuffer;
if (auction.timeBuffer > 0) {
timeBuffer = auction.timeBuffer;
Expand Down

0 comments on commit eb6d215

Please sign in to comment.