diff --git a/core/src/trezor/wire/thp/channel.py b/core/src/trezor/wire/thp/channel.py index a8233865b..62de42bb2 100644 --- a/core/src/trezor/wire/thp/channel.py +++ b/core/src/trezor/wire/thp/channel.py @@ -172,6 +172,7 @@ class Channel(Context): log.debug( __name__, "Received message with an unexpected synchronization bit" ) + await self._sendAck(sync_bit) raise ThpError("Received message with an unexpected synchronization bit") # 3: Send ACK in response