You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the BorrowingVault during the liquidate() call, we check that gainedShares are not more than the liquiated owner existing shares.
However, in case vault's withdrawals are paused, the existingShares will return zero.
In the BorrowingVault during the
liquidate()
call, we check thatgainedShares
are not more than the liquiated owner existing shares.However, in case vault's withdrawals are paused, the
existingShares
will return zero.fuji-v2/packages/protocol/src/vaults/borrowing/BorrowingVault.sol
Lines 863 to 873 in c22c3d3
fuji-v2/packages/protocol/src/abstracts/BaseVault.sol
Lines 276 to 281 in c22c3d3
The text was updated successfully, but these errors were encountered: