mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 03:18:09 +00:00
python: passphrase on host is the default for T1
This commit is contained in:
parent
f21c13f0bd
commit
dc53df772f
@ -136,6 +136,9 @@ class TrezorClient:
|
||||
self.session_counter = 0
|
||||
self.init_device()
|
||||
|
||||
if self.features.model == "1": # TODO @matejcik: move this to the UI object
|
||||
self.passphrase_on_host = True
|
||||
|
||||
def open(self):
|
||||
if self.session_counter == 0:
|
||||
self.transport.begin_session()
|
||||
|
Loading…
Reference in New Issue
Block a user