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
In the implementation of the reducable_balance you return the liquid balance when the preservation is not Preservation::Protect.
Preservation::Protect
I think this is a bug, and we should return liquid balance when preservation mode is neither Protect or 'Preserve'.
Protect
The text was updated successfully, but these errors were encountered:
Right. Do you mind opening a quick PR to fix it?
Sorry, something went wrong.
Thanks for the quick validation. Sure, I can pick it up.
#987
No branches or pull requests
Description
In the implementation of the reducable_balance you return the liquid balance when the preservation is not
Preservation::Protect
.I think this is a bug, and we should return liquid balance when preservation mode is neither
Protect
or 'Preserve'.The text was updated successfully, but these errors were encountered: