mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-19 08:39:03 +00:00
fixup! feat(python): implement session based trezorlib
This commit is contained in:
parent
10781e91de
commit
2e627a82dd
@ -105,9 +105,9 @@ class TrezorClient:
|
||||
should_derive: bool = True,
|
||||
) -> 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user