bugfix: clear any pending keystrokes before PSBT approval screen
This commit is contained in:
parent
f686236a16
commit
4e4847da1b
@ -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
|
||||
|
||||
|
||||
@ -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.")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user