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

@@ -661,7 +661,8 @@ class DigitalBitboxPlugin(HW_PluginBase):
def create_client(self, device, handler):
if device.interface_number == 0 or device.usage_page == 0xffff:
self.handler = handler
if handler:
self.handler = handler
client = self.get_dbb_device(device)
if client is not None:
client = DigitalBitbox_Client(self, client)