From 6d0b76ce52241454fd497129e9f43120ac24844f Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Tue, 23 Jul 2024 09:33:28 +0200 Subject: [PATCH] style(core): fix error message --- core/src/apps/thp/pairing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/apps/thp/pairing.py b/core/src/apps/thp/pairing.py index 07783cfc2..a1fc6d1db 100644 --- a/core/src/apps/thp/pairing.py +++ b/core/src/apps/thp/pairing.py @@ -240,7 +240,7 @@ async def _handle_code_entry_tag( "expected code entry shared secret:", hexlify(ctx.cpace.shared_secret).decode(), ) # TODO remove after testing - raise ThpError("Unexpected Entry Code Tag") + raise ThpError("Unexpected Code Entry Tag") return await _handle_secret_reveal( ctx,