From 9af0a05de8e06ba4d9533b62e82da937a762a6dd Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Mon, 24 Mar 2025 14:44:55 +0100 Subject: [PATCH] fixup! chore(python): session passphrase rework --- python/src/trezorlib/debuglink.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python/src/trezorlib/debuglink.py b/python/src/trezorlib/debuglink.py index a883726f57..042a3e513a 100644 --- a/python/src/trezorlib/debuglink.py +++ b/python/src/trezorlib/debuglink.py @@ -1370,7 +1370,6 @@ class TrezorClientDebugLink(TrezorClient): passphrase: str | object | None = None, derive_cardano: bool = False, session_id: bytes | None = None, - should_derive: bool = False, ) -> SessionDebugWrapper: if isinstance(passphrase, str): passphrase = Mnemonic.normalize_string(passphrase) @@ -1380,9 +1379,6 @@ class TrezorClientDebugLink(TrezorClient): ) ) session.passphrase = passphrase - - if isinstance(session._session, SessionV1) and should_derive: - derive_seed(session=session) return session def get_seedless_session(