bugfix: clear any pending keystrokes before PSBT approval screen

This commit is contained in:
scgbckbone 2024-05-10 19:00:16 +02:00 committed by doc-hex
parent f686236a16
commit 4e4847da1b
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -731,6 +731,7 @@ class ApproveTransaction(UserAuthorizedAction):
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.")