Skip to content

Commit

Permalink
Update src/libraries/external/KickerActions.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Fedoseev <[email protected]>
  • Loading branch information
EdNoepel and k1rill-fedoseev authored Dec 18, 2023
1 parent 151434b commit ffa9ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/external/KickerActions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ library KickerActions {
// retrieve timestamp of latest burn event and last burn timestamp
uint256 latestBurnEpoch = reserveAuction_.latestBurnEventEpoch;

// check that at least five days have passed since the last reserve auction completed
// check that at least five days have passed since the last reserve auction was kicked
if (block.timestamp < reserveAuction_.kicked + 120 hours) {
revert ReserveAuctionTooSoon();
}
Expand Down

0 comments on commit ffa9ada

Please sign in to comment.