We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This doesn't seem to be a risk, but means that Token/Token vaults will never be repaid after maturity. They probably wouldn't, anyway.
They can be cleared by liquidation, at a loss for the liquidator.
The fix would be to replace this line for:
if (uint32(block.timestamp) >= series_.maturity && vault_.ilkId != series_.baseId) {
Unfortunately, the Cauldron cannot be replaced, so the issue is here to stay.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This doesn't seem to be a risk, but means that Token/Token vaults will never be repaid after maturity. They probably wouldn't, anyway.
They can be cleared by liquidation, at a loss for the liquidator.
The fix would be to replace this line for:
Unfortunately, the Cauldron cannot be replaced, so the issue is here to stay.
The text was updated successfully, but these errors were encountered: