-
Notifications
You must be signed in to change notification settings - Fork 37.7k
rpc: Fix race in loadtxoutset #29262
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
Conversation
The tip may have advanced, also if it did not, there is no reason to have two variables point to the same block.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code CoverageFor detailed information about the code coverage, see the test coverage report. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
Approach ACK, thanks. |
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 5555d8d
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.
Code Review ACK 5555d8d
Should this be backported? |
ACK 5555d8d |
I don't think assumeutxo params were specified for the main chain, and a wrong RPC result output in some test cases seems harmless. |
The tip may have advanced, also if it did not, there is no reason to have two variables point to the same block. Github-Pull: bitcoin#29262 Rebased-From: fa91089
Github-Pull: bitcoin#29262 Rebased-From: 5555d8d
The tip may have advanced, also if it did not, there is no reason to
have two variables point to the same block.
Fixes #27596 (comment)