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
Any MsgCollateralize, MsgWithdraw, or MsgBorrow which would reduce available supply / collateral below a given value, should fail.
MsgCollateralize
MsgWithdraw
MsgBorrow
available supply / collateral
The limit can still be indirectly exceeded as an effect of MsgLiquidate or interest accruing on collateral.
MsgLiquidate
The text was updated successfully, but these errors were encountered:
related to: #1061
Sorry, something went wrong.
toteki
Successfully merging a pull request may close this issue.
Any
MsgCollateralize
,MsgWithdraw
, orMsgBorrow
which would reduceavailable supply / collateral
below a given value, should fail.The limit can still be indirectly exceeded as an effect of
MsgLiquidate
or interest accruing on collateral.The text was updated successfully, but these errors were encountered: