-
Notifications
You must be signed in to change notification settings - Fork 81
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
Fix mempool fees #3537
Fix mempool fees #3537
Conversation
It's not used and not needed for removal. Signed-off-by: Roman Khimov <[email protected]>
Metrics should be updated once per action, currently removeInternal is used by Add and Remove, the first one updates them in the end anyway and remove should do the same. Signed-off-by: Roman Khimov <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3537 +/- ##
==========================================
- Coverage 86.08% 86.05% -0.04%
==========================================
Files 330 330
Lines 38678 38678
==========================================
- Hits 33297 33284 -13
- Misses 3840 3849 +9
- Partials 1541 1545 +4 ☔ View full report in Codecov by Sentry. |
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.
The logic itself LGTM.
Fixes #3488. Signed-off-by: Roman Khimov <[email protected]>
89ae319
to
5d1d7b1
Compare
Fixed pretty much accidentally.