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

Explicitly error on non-standard sighash types #233

Merged
merged 1 commit into from
Jul 8, 2021

Commits on Jun 14, 2021

  1. Error parsing on non-standard sighash bytes

    This moves from silently accepting non-standard sighash types with u32
    to explicitly Erroring in such a case.
    
    We should never be managing signatures with such sighash types anyways,
    as they would not relay on today's Bitcoin network.
    
    Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
    darosior committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    b8432e1 View commit details
    Browse the repository at this point in the history