mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-15 23:05:45 +00:00
TEMP: Disable message retransmission - this is a hotfix, should not be used in PROD!!!
This commit is contained in:
parent
d57daf9e14
commit
654484c6a4
@ -34,6 +34,7 @@ class TransmissionLoop:
|
||||
await write_payload_to_wire_and_add_checksum(
|
||||
self.channel.iface, self.header, self.transport_payload
|
||||
)
|
||||
break # TODO temporary disable retransmission
|
||||
self.wait_task = loop.spawn(self._wait(i))
|
||||
try:
|
||||
await self.wait_task
|
||||
|
Loading…
Reference in New Issue
Block a user