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

Allow signing only specific leaf hashes #645

Merged
merged 1 commit into from
Aug 2, 2022

Commits on Aug 2, 2022

  1. Better customize signing in taproot transactions

    We would previously always try to sign with the taproot internal
    key, and try to sign all the script leaves hashes.
    Instead, add the `sign_with_tap_internal_key` and `TapLeaveOptions`
    parameters, to be able to specify if we should sign with the internal
    key, and exactly which leaves we should sign.
    Fixes bitcoindevkit#616
    danielabrozzoni committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    a713a5a View commit details
    Browse the repository at this point in the history