diff --git a/releases/Next-ChangeLog.md b/releases/Next-ChangeLog.md index 5a131852..161646a4 100644 --- a/releases/Next-ChangeLog.md +++ b/releases/Next-ChangeLog.md @@ -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 diff --git a/shared/auth.py b/shared/auth.py index 3cda48b9..f0deda19 100644 --- a/shared/auth.py +++ b/shared/auth.py @@ -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.")