[mempool] Fix relaypriority calculation error
Fixes #8334
I‘m so sorry ! for this pull request, I try three times.
No worries. There is always bitcoin-core-dev on freenode. We are happy to help with git issues.
@MarcoFalke thanks, and how can i delete the two closed pull request i created before?
and how can i delete the two closed pull request i created before?
Only github admins can delete pull requests, but don't worry about them.
@maiiz You can still try to adjust the commit message locally (with git)
git clone $yourrepo
cd $yourrepo
git checkout maiiz-patch-1
git commit --amend
git push origin maiiz-patch-1 -f
@MarcoFalke i change the commit message as you teached!
utACK 11d7cd5
utACK
... although this has nothing to do with the wallet? Commit message should probably be fixed.
@maiiz Sorry for the confusion: I think the mempool, miner and wallet use this logic, but each have the code copied and this bug can only be found in one of the instances... You can remove the tag altogether from the commit message just to be safe.
utACK
utACK 94a34a5