Skip to content

Commit

Permalink
tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeary committed Nov 29, 2022
1 parent 99d2450 commit 1a9cc07
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 1a9cc07

Please sign in to comment.