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
When a user closes their vault, it should refund 50% of the creation fee. At the moment, the 50% of the current creation fee is refunded.
ain/src/masternodes/mn_checks.cpp
Line 2858 in 0989ff6
This means that if the creation fee is changed, then users may be refunded more/less than 50% of the creation fee that they paid.
Scenario 1
Scenario 2
The node should keep track of the creation fee paid for the vault, and return 50% of the fee paid instead.
The text was updated successfully, but these errors were encountered:
sieniven
No branches or pull requests
When a user closes their vault, it should refund 50% of the creation fee. At the moment, the 50% of the current creation fee is refunded.
ain/src/masternodes/mn_checks.cpp
Line 2858 in 0989ff6
This means that if the creation fee is changed, then users may be refunded more/less than 50% of the creation fee that they paid.
Scenario 1
Scenario 2
The node should keep track of the creation fee paid for the vault, and return 50% of the fee paid instead.
The text was updated successfully, but these errors were encountered: