1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-04 13:38:28 +00:00

chore(core): adapt emu.py to new trezorlib

[no changelog]
This commit is contained in:
M1nd3r 2024-12-02 15:38:30 +01:00
parent 6520c2258f
commit dbbead8a2d

View File

@ -282,9 +282,11 @@ def cli(
label = "Emulator" label = "Emulator"
assert emulator.client is not None assert emulator.client is not None
trezorlib.device.wipe(emulator.client) trezorlib.device.wipe(emulator.client.get_management_session())
emulator.client = emulator.client.get_new_client()
trezorlib.debuglink.load_device( trezorlib.debuglink.load_device(
emulator.client, emulator.client.get_management_session(),
mnemonics, mnemonics,
pin=None, pin=None,
passphrase_protection=False, passphrase_protection=False,