From e4a0724ee51565c8a3d94227dd4951c8b55565a9 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Wed, 3 Apr 2024 08:51:39 +0200 Subject: [PATCH] Fix style --- core/src/trezor/wire/thp/channel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/trezor/wire/thp/channel.py b/core/src/trezor/wire/thp/channel.py index 6122e7b87..6eba93347 100644 --- a/core/src/trezor/wire/thp/channel.py +++ b/core/src/trezor/wire/thp/channel.py @@ -291,8 +291,8 @@ class Channel(Context): self.create_new_session() # TODO reuse existing buffer and compute size dynamically bufferrone = bytearray(2) - message_type: int = thp_messages.get_new_session_message(bufferrone) - + message_size: int = thp_messages.get_new_session_message(bufferrone) + print(message_size) # TODO adjust loop.schedule(self._write_encrypted_payload_loop(bufferrone)) except Exception as e: print("Proč??")