1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

chore(core): fix debug message

This commit is contained in:
M1nd3r 2024-04-02 16:57:25 +02:00
parent aa2115542b
commit 209e548ab5

View File

@ -215,7 +215,7 @@ class Channel(Context):
return
if not _is_ctrl_byte_encrypted_transport(ctrl_byte):
print("message is not encrypted. Ignoring")
print("Message is not encrypted. Ignoring")
# TODO ignore message
self._todo_clear_buffer()
return