mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-05 13:01:12 +00:00
fixup! fixup! wip - change session behavior [no changelog]
This commit is contained in:
parent
5a2470e08e
commit
d6eda55c45
@ -1445,10 +1445,11 @@ class TrezorClientDebugLink(TrezorClient):
|
|||||||
self,
|
self,
|
||||||
passphrase: str | object | None = "",
|
passphrase: str | object | None = "",
|
||||||
derive_cardano: bool = False,
|
derive_cardano: bool = False,
|
||||||
|
session_id: int = 0,
|
||||||
) -> Session:
|
) -> Session:
|
||||||
if isinstance(passphrase, str):
|
if isinstance(passphrase, str):
|
||||||
passphrase = Mnemonic.normalize_string(passphrase)
|
passphrase = Mnemonic.normalize_string(passphrase)
|
||||||
return super().get_session(passphrase, derive_cardano)
|
return super().get_session(passphrase, derive_cardano, session_id)
|
||||||
|
|
||||||
def set_filter(
|
def set_filter(
|
||||||
self,
|
self,
|
||||||
|
Loading…
Reference in New Issue
Block a user