1
0

wizard hww: scan devices fewer times and move away from GUI thread

This commit is contained in:
SomberNight
2020-04-09 18:00:35 +02:00
parent 01dac92e19
commit 4b1d835304
9 changed files with 22 additions and 14 deletions

View File

@@ -283,6 +283,7 @@ class KeepKeyPlugin(HW_PluginBase):
wizard.run_task_without_blocking_gui(
task=lambda: client.get_xpub("m", 'standard'))
client.used()
return client
def get_xpub(self, device_id, derivation, xtype, wizard):
if xtype not in self.SUPPORTED_XTYPES: