mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-07 21:22:41 +00:00
chore(core): adapt emu.py to the new trezorlib
[no changelog]
This commit is contained in:
parent
061e71213e
commit
660f374e95
@ -282,9 +282,10 @@ def cli(
|
||||
label = "Emulator"
|
||||
|
||||
assert emulator.client is not None
|
||||
trezorlib.device.wipe(emulator.client)
|
||||
trezorlib.device.wipe(emulator.client.get_seedless_session())
|
||||
|
||||
trezorlib.debuglink.load_device(
|
||||
emulator.client,
|
||||
emulator.client.get_seedless_session(),
|
||||
mnemonics,
|
||||
pin=None,
|
||||
passphrase_protection=False,
|
||||
|
Loading…
Reference in New Issue
Block a user