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

fix null psbt #3714

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

fix null psbt #3714

wants to merge 3 commits into from

Conversation

twosatsmaxi
Copy link
Contributor

@twosatsmaxi twosatsmaxi commented May 1, 2024

Fixes #3596

image

.psbt;

let reveal_psbt = Psbt::from_unsigned_tx(Self::remove_witnesses(reveal_tx.clone()))?;
let reveal_psbt = Psbt::from_unsigned_tx(Self::remove_witnesses(reveal_tx.clone()))?;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you checked if the PSBT is fully signed or signable?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thinking of adding test cases here, along with a few missing ones, will get back, moving this draft till then.

@twosatsmaxi twosatsmaxi marked this pull request as draft May 8, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Blocked
Development

Successfully merging this pull request may close these issues.

🫡 Wallet Resume PSBT for COMMIT & REVEAL are NULL
2 participants