mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-01 19:38:33 +00:00
fixup! feat(python): implement session based trezorlib
This commit is contained in:
parent
21e4753af5
commit
47d4ba2d14
@ -105,9 +105,9 @@ class TrezorClient:
|
|||||||
should_derive: bool = True,
|
should_derive: bool = True,
|
||||||
) -> Session:
|
) -> Session:
|
||||||
"""
|
"""
|
||||||
Returns initialized session (with derived seed).
|
Returns a new session.
|
||||||
|
|
||||||
Will fail if the device is not initialized
|
In case of seed derivation, the function will fail if the device is not initialized.
|
||||||
"""
|
"""
|
||||||
from .transport.session import SessionV1, derive_seed
|
from .transport.session import SessionV1, derive_seed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user