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

Commit eb6d215

Browse files
committed
tweak docs
1 parent 7158803 commit eb6d215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/modules/ReserveAuction/Listing/ETH/ReserveAuctionListingAdjustableBufferIncrementEth.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ contract ReserveAuctionListingAdjustableBufferIncrementEth is
340340
// | | |
341341
// | | |
342342
// | _______________________________________________ |
343-
// | ! ALT / Bid placed within 15 min of end? ! |
343+
// | ! ALT / Bid placed within time buffer? ! |
344344
// | !_____/ | ! |
345345
// | ! |----. ! |
346346
// | ! | | extend auction ! |
@@ -452,7 +452,7 @@ contract ReserveAuctionListingAdjustableBufferIncrementEth is
452452
timeRemaining = firstBidTime + duration - block.timestamp;
453453
}
454454

455-
// If the bid is placed within 15 minutes of the auction end, extend the auction
455+
// If the bid is placed within time buffer, extend the auction
456456
uint16 timeBuffer;
457457
if (auction.timeBuffer > 0) {
458458
timeBuffer = auction.timeBuffer;

0 commit comments

Comments
 (0)