mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-29 13:39:05 +00:00
TEMP: disable pairing in trezorlib client
This commit is contained in:
parent
ac729eb157
commit
1a2c96e95d
@ -101,7 +101,7 @@ class TrezorClient:
|
||||
self._protocol_version = ProtocolVersion.V1
|
||||
elif isinstance(self.protocol, ProtocolV2Channel):
|
||||
self._protocol_version = ProtocolVersion.V2
|
||||
self.do_pairing()
|
||||
# self.do_pairing()
|
||||
else:
|
||||
raise Exception("Unknown protocol version")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user