mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-22 12:32:02 +00:00
style(core): fix error message
This commit is contained in:
parent
1bf927c943
commit
6d0b76ce52
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user