-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
Improve fee handling #5826
Improve fee handling #5826
Conversation
be used in follow-up commits)
Used in case of maker fee validation
Cleanup
in later commits)
Cleanups
That check is done if: - If we are after activation time - If filter is available - If value in filter is > 0 The check compares the paid fee and the fee value from filter and requires that paid fee is > 70% of filter value. See comments in code for more background.
5e940a5
to
b00d317
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK - I only reviewed the code and tested filter creation on Regtest. For Mainnet tests I'll wait for the ACK from @jmacxx before I'll merge this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
No description provided.