mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-23 04:52:01 +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:",
|
"expected code entry shared secret:",
|
||||||
hexlify(ctx.cpace.shared_secret).decode(),
|
hexlify(ctx.cpace.shared_secret).decode(),
|
||||||
) # TODO remove after testing
|
) # TODO remove after testing
|
||||||
raise ThpError("Unexpected Entry Code Tag")
|
raise ThpError("Unexpected Code Entry Tag")
|
||||||
|
|
||||||
return await _handle_secret_reveal(
|
return await _handle_secret_reveal(
|
||||||
ctx,
|
ctx,
|
||||||
|
Loading…
Reference in New Issue
Block a user