close Trezor USB transport on wallet close
This commit is contained in:
@@ -96,6 +96,7 @@ class Plugin(BasePlugin):
|
|||||||
print_error("trezor: clear session")
|
print_error("trezor: clear session")
|
||||||
if self.wallet and self.wallet.client:
|
if self.wallet and self.wallet.client:
|
||||||
self.wallet.client.clear_session()
|
self.wallet.client.clear_session()
|
||||||
|
self.wallet.client.transport.close()
|
||||||
|
|
||||||
@hook
|
@hook
|
||||||
def load_wallet(self, wallet):
|
def load_wallet(self, wallet):
|
||||||
|
|||||||
Reference in New Issue
Block a user