Skip to content
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

Only include selected TX types into CMerkleBlock #2737

Merged
merged 1 commit into from
Mar 4, 2019

Commits on Mar 1, 2019

  1. Only include selected TX types into CMerkleBlock

    It was reported on iOS that CMerkleBlock sometimes included the dummy
    quorum commitments introduced with v13, which led to banning of nodes as
    these were not supported/expected there.
    
    We should in general only include TXs here that are of interest for SPV
    nodes, so we should maintain the list of allowed TX types.
    codablock committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    533e15f View commit details
    Browse the repository at this point in the history