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

TEMP: set default client pairing method to SkipPairing (will fail when pairing non-debug device/emu using trezorctl)

This commit is contained in:
M1nd3r 2025-04-17 13:21:29 +02:00
parent 07f432d9a0
commit 36eec0ec76

View File

@ -64,7 +64,7 @@ class TrezorClient:
_session_id_counter: int = 0
_default_pairing_method: messages.ThpPairingMethod = (
messages.ThpPairingMethod.CodeEntry
messages.ThpPairingMethod.SkipPairing
)
def __init__(