Skip to content

Commit

Permalink
Update Pool natspec
Browse files Browse the repository at this point in the history
grandizzy committed Dec 21, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ffefea1 commit 39f11fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/base/Pool.sol
Original file line number Diff line number Diff line change
@@ -394,6 +394,7 @@ abstract contract Pool is Clone, ReentrancyGuard, Multicall, IPool {
* @dev increment `latestBurnEpoch` counter
* @dev update `reserveAuction.latestBurnEventEpoch` and burn event `timestamp` state
* @dev === Reverts on ===
* @dev no reserves to claim `NoReserves()`
* @dev 5 days not passed `ReserveAuctionTooSoon()`
* @dev unsettled liquidation `AuctionActive()`
* @dev === Emit events ===

0 comments on commit 39f11fe

Please sign in to comment.