diff --git a/python/src/trezorlib/client.py b/python/src/trezorlib/client.py index ef831038f..be1d2f663 100644 --- a/python/src/trezorlib/client.py +++ b/python/src/trezorlib/client.py @@ -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