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

psbt: use DER encoded + sighash byte for PSBT_IN_PARTIAL_SIG items #5307

Merged
merged 1 commit into from
Jun 9, 2022

Commits on Jun 8, 2022

  1. psbt: use DER encoded + sighash byte for PSBT_IN_PARTIAL_SIG items

    Per BIP-0171, the signature map is of pubkey to "The signature as would
    be pushed to the stack from a scriptSig or witness".
    
    Fixes 5298
    
    Changelog-Fixed: PSBT: Fix signature encoding to comply with BIP-0171.
    
    Signed-off-by: Jon Griffiths <jon_p_griffiths@yahoo.com>
    jgriffiths committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    5af53b1 View commit details
    Browse the repository at this point in the history