-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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: fix channel funding address for simple taproot channels #7932
psbt: fix channel funding address for simple taproot channels #7932
Conversation
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👍
a41a3b3
to
bd11952
Compare
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 🧩
One small suggestion re using a slightly more general utility func for addr type detection.
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.
ACK bd119524539d415489724d78486cd38f8ddf2676
With this commit we unify three existing PSBT channel funding integration tests into a single one with the goal of testing all three cases with simple taproot channels as well.
bd11952
to
590dc0c
Compare
Fixes #7929.
Also adds PSBT funding integration tests for simple taproot channels.
Adding the
no-changelog
label as this is part of the RC bug fixing effort.