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:
parent
aa2115542b
commit
209e548ab5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user