trezor: add ClearSession command when disconnecting

nistp521
Roman Zeyde 9 years ago
parent 05a8e992af
commit abda41c706

@ -48,6 +48,7 @@ class Client(object):
def __exit__(self, *args):
log.info('disconnected from Trezor')
self.client.clear_session()
self.client.close()
def get_public_key(self, label):

Loading…
Cancel
Save