mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 06:18: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.
|
||||
If passphrase is enabled, further actions will prompt for it again.
|
||||
"""
|
||||
# XXX self.call(messages.EndSession())
|
||||
self.call(messages.EndSession())
|
||||
self.session_id = None
|
||||
|
||||
@tools.session
|
||||
|
Loading…
Reference in New Issue
Block a user