mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +00:00
python: call EndSession when requested
This commit is contained in:
parent
58621711d1
commit
4f92d2b14d
@ -385,7 +385,7 @@ class TrezorClient:
|
|||||||
The session will become invalid until `init_device()` is called again.
|
The session will become invalid until `init_device()` is called again.
|
||||||
If passphrase is enabled, further actions will prompt for it again.
|
If passphrase is enabled, further actions will prompt for it again.
|
||||||
"""
|
"""
|
||||||
# XXX self.call(messages.EndSession())
|
self.call(messages.EndSession())
|
||||||
self.session_id = None
|
self.session_id = None
|
||||||
|
|
||||||
@tools.session
|
@tools.session
|
||||||
|
Loading…
Reference in New Issue
Block a user