-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix: missing sighashtype when finalizing taproot keyspend signature #2006
Conversation
Thanks for the review @Roasbeef. Addressed your comments. |
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.
Thanks for the fix!
Left a few comments. Also, can you please squash the commits into one or two.
psbt: fix missing sighash flag when finalizing psbt: test finalizer add proper sighash flag
Thanks for the review @guggero. Addressed your comments. |
Pull Request Test Coverage Report for Build 5574614891
💛 - Coveralls |
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.
LGTM 🎉
PTAL @Roasbeef :) |
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.
LGTM 🌸
Add sighash flag at end of taproot keyspend signature(witness).
Related: #2004
Fixes #2005