-
Notifications
You must be signed in to change notification settings - Fork 178
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 Always Wiping Multisig Descriptor at Main Menu #528
Fix Always Wiping Multisig Descriptor at Main Menu #528
Conversation
Add PIN change to tools menu
*Add smartcard interface to settings menu *Improve applet install/uninstall functionality
add satochip functions(initialise, seed and enable 2fa)
*Fixes *Rename generic qr type to string
*Improve error messages
Added MicroSD tools
…ard. Add additional seedkeeper functionality.
… a descriptor loaded.
@3rdIteration I appreciate all the work and interest in the project, but this PR won't get merged as is. These 2000+ lines of code need to be broken into smaller PRs. Maybe you accidentally pushed all these commits and only meant to push a smaller subset related changes you're proposing for the multisig descriptor verification flow? |
Ah that's a typo, this one was meant to be the tiny PR ;) I'll close this one and fix it up at the end of the week. |
Description
Fix Always Wiping Multisig Descriptor at Main Menu
This pull request is categorized as a:
Checklist
pytest
and made sure all unit tests pass before sumbitting the PRIf you modified or added functionality/workflow, did you add new unit tests?
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.