1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-20 09:09:02 +00:00

TEMP do pairing on client creation

This commit is contained in:
M1nd3r 2025-04-17 14:16:43 +02:00
parent 36eec0ec76
commit 135648423b

View File

@ -101,6 +101,7 @@ class TrezorClient:
self._protocol_version = ProtocolVersion.V1
elif isinstance(self.protocol, ProtocolV2Channel):
self._protocol_version = ProtocolVersion.V2
self.do_pairing()
else:
raise Exception("Unknown protocol version")