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

Add back WarningScreen import in psbt_views.py #421

Merged
merged 2 commits into from
Aug 4, 2023

Conversation

newtonick
Copy link
Collaborator

I believe this was accidentally removed in PR #339. It's needed in lines 169, 187, and 532.

Without it I get an unhandled exception view in the PSBT signing flow and can't single some transactions.

I believe this was accidentally removed in PR #339. It's needed in lines 169, 187, and 532.
@newtonick newtonick added the bug Something isn't working label Aug 3, 2023
@jdlcdl
Copy link

jdlcdl commented Aug 3, 2023

In the same file, lines 77 and 79 refer to old-style button_data, instead of as self.button_data with flow-tests.

To provoke that, load a psbt first, then choose to load a 12/24 word mnemonic.

@jdlcdl
Copy link

jdlcdl commented Aug 3, 2023

ACK tested

without this pr, fails on full-send psbt.
with this pr, problem solved.

@newtonick
Copy link
Collaborator Author

In the same file, lines 77 and 79 refer to old-style button_data, instead of as self.button_data with flow-tests.

To provoke that, load a psbt first, then choose to load a 12/24 word mnemonic.

I just pushed these changes/bugs you caught in commit 46a52d2

@jdlcdl
Copy link

jdlcdl commented Aug 3, 2023

ACK again, as of 46a52d2

@newtonick newtonick merged commit b7e5252 into dev Aug 4, 2023
@newtonick newtonick deleted the undo-removal-warningscreen-psbt-view branch September 3, 2023 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants