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
[0.13 backport] Fix handling of invalid compact blocks #9048
Conversation
Updated this to match the latest changes in #9026 (see #9026 (comment)). |
028131d
to
60af1bc
Compare
This allows future software that would relay compact blocks before full validation to announce only to peers that will not ban if the block turns out to be invalid.
60af1bc
to
e8ef50b
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.
@@ -4717,7 +4719,6 @@ std::string GetWarnings(const std::string& strFor) | |||
|
|||
|
|||
////////////////////////////////////////////////////////////////////////////// | |||
// |
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.
Wut?
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.
Oops, fixed.
Backport of #9026 to 0.13.