mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-27 18:32:34 +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:
parent
07f432d9a0
commit
36eec0ec76
@ -64,7 +64,7 @@ class TrezorClient:
|
|||||||
|
|
||||||
_session_id_counter: int = 0
|
_session_id_counter: int = 0
|
||||||
_default_pairing_method: messages.ThpPairingMethod = (
|
_default_pairing_method: messages.ThpPairingMethod = (
|
||||||
messages.ThpPairingMethod.CodeEntry
|
messages.ThpPairingMethod.SkipPairing
|
||||||
)
|
)
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
Loading…
Reference in New Issue
Block a user