Merge pull request #1029 from m0mchil/transport_close

close Trezor USB transport on wallet close
This commit is contained in:
ThomasV 2015-02-15 13:29:27 +01:00
commit b973d31a67
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ class Plugin(BasePlugin):
print_error("trezor: clear session")
if self.wallet and self.wallet.client:
self.wallet.client.clear_session()
self.wallet.client.transport.close()
@hook
def load_wallet(self, wallet):