From 4e4847da1b87bc1ef472f2f20aeb3d930beef7cf Mon Sep 17 00:00:00 2001 From: scgbckbone Date: Fri, 10 May 2024 19:00:16 +0200 Subject: [PATCH] bugfix: clear any pending keystrokes before PSBT approval screen --- releases/Next-ChangeLog.md | 2 ++ shared/auth.py | 1 + 2 files changed, 3 insertions(+) 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.")