1
0

cli support for hw encrypted wallets

This commit is contained in:
SomberNight
2018-02-10 19:18:48 +01:00
parent 264e80a7b7
commit 4cc2575d72
8 changed files with 66 additions and 12 deletions

View File

@@ -516,7 +516,8 @@ class LedgerPlugin(HW_PluginBase):
return HIDDongleHIDAPI(dev, ledger, BTCHIP_DEBUG)
def create_client(self, device, handler):
self.handler = handler
if handler:
self.handler = handler
client = self.get_btchip_device(device)
if client is not None: