-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add finalize_psbt
method to wallet
#604
Add finalize_psbt
method to wallet
#604
Conversation
finalize_psbt
method to walletfinalize_psbt
method to wallet
8eb60c8
to
9ea6013
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.
Ideally, @andreasgriffin can test if this resolves his issue, but I believe this should be sufficient |
Unfortunately not.
The PSBT from #469 should not require the source wallet to be finalized. |
Description
Add the
finalize_psbt
method on the wallet. One of the methods in #596Notes to the reviewers
We keep the
SignOptions
default here considering that's how it is used forsign
. The only reasonSignOptions
is used is whether we assume the height in the PSBT or not.Checklists
All Submissions:
cargo fmt
andcargo clippy
before committingNew Features:
Bugfixes: