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

[Bugfix] Resolve PSBT parsing error when signing Nested Segwit p2sh-p2wpkh #572

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

newtonick
Copy link
Collaborator

Description

only treat p2sh as multisig and don't include p2sh-p2wpkh

This pull request is categorized as a:

  • New feature
  • Bug fix
  • Code refactor
  • Documentation
  • Other

Checklist

  • I’ve run pytest and made sure all unit tests pass before sumbitting the PR

If you modified or added functionality/workflow, did you add new unit tests?

  • No, I’m a fool
  • Yes
  • N/A

I have tested this PR on the following platforms/os:

Note: Keep your changes limited in scope; if you uncover other issues or improvements along the way, ideally submit those as a separate PR. The more complicated the PR the harder to review, test, and merge.

@newtonick newtonick changed the title Fix PSBT parsing error when signing Nested Segwit p2sh-p2wpkh [Bugfix] Resolve PSBT parsing error when signing Nested Segwit p2sh-p2wpkh Jul 16, 2024
@jdlcdl
Copy link

jdlcdl commented Jul 19, 2024

Confirming:

On current dev at 0f329f6 w/o this pr: after scanning a single-sig nested-segwit PSBT and selecting its seed:

  • System Error, psbt_parser.py 293, in _parse_multisig, Not a multisig script

With this pr, scanning, review and signing work for me.

@newtonick newtonick merged commit 07f0bbf into SeedSigner:dev Jul 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants