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: clear any pending keystrokes before PSBT approval screen #355

Merged
merged 1 commit into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions releases/Next-ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This lists the new changes that have not yet been published in a normal release.

- Bugfix: Fix PSBTv2 PSBT_GLOBAL_TX_MODIFIABLE parsing
- Bugfix: Decrypting Tapsigner backup failed even for correct key
- Bugfix: Clear any pending keystrokes before PSBT approval screen.


# Mk4 Specific Changes

Expand Down
1 change: 1 addition & 0 deletions shared/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ async def interact(self):

return

ux_clear_keys(True)
dis.progress_bar_show(1) # finish the Validating...
if not hsm_active:
msg.write("Press OK to approve and sign transaction.")
Expand Down