trezor: keep session on

nistp521
Roman Zeyde 9 years ago
parent 1c6b949fe9
commit 0c21e33324

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

Loading…
Cancel
Save