diff --git a/core/emu.py b/core/emu.py index 0cf88a6ca9..3dbd842656 100755 --- a/core/emu.py +++ b/core/emu.py @@ -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,